C# Class NuGet.Test.UserSettingsTests

Mostra file Open project: monoman/NugetCracker

Private Methods

Method Description
UserSetting_CallingGetValuesWithNonExistantSectionReturnsNull ( ) : void
UserSettingsExtentions_GetDecryptedValueWithEmptyValueReturnsEmptyString ( ) : void
UserSettingsExtentions_GetDecryptedValueWithNoKeyReturnsNull ( ) : void
UserSettingsExtentions_GetEncryptedValue ( ) : void
UserSettingsExtentions_SetEncryptedValue ( ) : void
UserSettings_CallingCtorWithMalformedConfigThrowsException ( ) : void
UserSettings_CallingCtroWithNullFileSystemWithThrowException ( ) : void
UserSettings_CallingDeleteSectionWhenSectionNameDoesntExistReturnsFalse ( ) : void
UserSettings_CallingDeleteSectionWithEmptySectionThrowsException ( ) : void
UserSettings_CallingDeleteSectionWithValidSectionDeletesTheSectionAndReturnsTrue ( ) : void
UserSettings_CallingDeleteValueWhenKeyDoesntExistThrowsException ( ) : void
UserSettings_CallingDeleteValueWhenSectionNameDoesntExistReturnsFalse ( ) : void
UserSettings_CallingDeleteValueWithEmptyKeyThrowsException ( ) : void
UserSettings_CallingDeleteValueWithEmptySectionThrowsException ( ) : void
UserSettings_CallingDeleteValueWithValidSectionAndKeyDeletesTheEntryAndReturnsTrue ( ) : void
UserSettings_CallingGetValueWithNullKeyWillThrowException ( ) : void
UserSettings_CallingGetValueWithNullSectionWillThrowException ( ) : void
UserSettings_CallingGetValueWithSectionAndKeyReturnsValue ( ) : void
UserSettings_CallingGetValueWithSectionButNoValidKeyReturnsNull ( ) : void
UserSettings_CallingGetValueWithoutSectionReturnsNull ( ) : void
UserSettings_CallingGetValuesWithNullSectionWillThrowException ( ) : void
UserSettings_CallingGetValuesWithSectionButNoValidValuesReturnsEmptyDictionary ( ) : void
UserSettings_CallingGetValuesWithSectionReturnsDictionary ( ) : void
UserSettings_CallingGetValuesWithoutSectionReturnsNull ( ) : void
UserSettings_CallingSetValueWillAddSectionIfItDoesNotExist ( ) : void
UserSettings_CallingSetValueWillAddToSectionIfItExist ( ) : void
UserSettings_CallingSetValueWillOverrideValueIfKeyExists ( ) : void
UserSettings_CallingSetValueWithEmptyKeyThrowsException ( ) : void
UserSettings_CallingSetValueWithEmptySectionNameThrowsException ( ) : void
UserSettings_CallingSetValuesWillAddToSectionIfItExist ( ) : void
UserSettings_CallingSetValuesWillOverrideValueIfKeyExists ( ) : void
UserSettings_CallingSetValuesWilladdValuesInOrder ( ) : void
UserSettings_CallingSetValuesWithEmptyKeyThrowsException ( ) : void
UserSettings_CallingSetValuesWithEmptySectionThrowsException ( ) : void
UserSettings_CallingSetValuesWithNullValuesThrowsException ( ) : void
UserSettings_CallingSetValuseWillAddSectionIfItDoesNotExist ( ) : void
UserSettings_WillGetConfigurationFromSpecifiedPath ( ) : void