C# Class NuGet.Test.SettingsTests

Mostra file Open project: themotleyfool/NuGet

Private Methods

Method Description
CallingCtorWithMalformedConfigThrowsException ( ) : void
CallingCtroWithNullFileSystemWithThrowException ( ) : void
CallingDeleteSectionWhenSectionNameDoesntExistReturnsFalse ( ) : void
CallingDeleteSectionWithEmptySectionThrowsException ( ) : void
CallingDeleteSectionWithValidSectionDeletesTheSectionAndReturnsTrue ( ) : void
CallingDeleteValueWhenKeyDoesntExistThrowsException ( ) : void
CallingDeleteValueWhenSectionNameDoesntExistReturnsFalse ( ) : void
CallingDeleteValueWithEmptyKeyThrowsException ( ) : void
CallingDeleteValueWithEmptySectionThrowsException ( ) : void
CallingDeleteValueWithValidSectionAndKeyDeletesTheEntryAndReturnsTrue ( ) : void
CallingGetValueWithNullKeyWillThrowException ( ) : void
CallingGetValueWithNullSectionWillThrowException ( ) : void
CallingGetValueWithSectionAndKeyReturnsValue ( ) : void
CallingGetValueWithSectionButNoValidKeyReturnsNull ( ) : void
CallingGetValueWithoutSectionReturnsNull ( ) : void
CallingGetValuesWithNullSectionWillThrowException ( ) : void
CallingGetValuesWithSectionReturnsDictionary ( ) : void
CallingGetValuesWithSectionWithInvalidAddItemsThrows ( ) : void
CallingGetValuesWithoutSectionReturnsEmptyList ( ) : void
CallingSetNestedAppendsValuesToExistingKeys ( ) : void
CallingSetNestedValuesAddsItemsInNestedElement ( ) : void
CallingSetNestedValuesPreservesOtherKeys ( ) : void
CallingSetValueWillAddSectionIfItDoesNotExist ( ) : void
CallingSetValueWillAddToSectionIfItExist ( ) : void
CallingSetValueWillOverrideValueIfKeyExists ( ) : void
CallingSetValueWithEmptyKeyThrowsException ( ) : void
CallingSetValueWithEmptySectionNameThrowsException ( ) : void
CallingSetValuesWillAddToSectionIfItExist ( ) : void
CallingSetValuesWillOverrideValueIfKeyExists ( ) : void
CallingSetValuesWilladdValuesInOrder ( ) : void
CallingSetValuesWithEmptyKeyThrowsException ( ) : void
CallingSetValuesWithEmptySectionThrowsException ( ) : void
CallingSetValuesWithNullValuesThrowsException ( ) : void
CallingSetValuseWillAddSectionIfItDoesNotExist ( ) : void
DeleteConfigSettingDeletesValueFromConfigSection ( ) : void
GetConfigSettingReadsEncryptedValueFromConfigSection ( ) : void
GetConfigSettingReadsValueFromConfigSection ( ) : void
GetValuesThrowsIfSettingsIsMissingKeys ( ) : void
SetConfigSettingWritesEncryptedValueToConfigSection ( ) : void
SetConfigSettingWritesValueToConfigSection ( ) : void
UserSetting_CallingGetValuesWithNonExistantSectionReturnsEmpty ( ) : void
UserSettingsExtentions_GetDecryptedValueWithEmptyValueReturnsEmptyString ( ) : void
UserSettingsExtentions_GetDecryptedValueWithNoKeyReturnsNull ( ) : void
UserSettingsExtentions_GetEncryptedValue ( ) : void
UserSettingsExtentions_SetEncryptedValue ( ) : void
WillGetConfigurationFromSpecifiedPath ( ) : void