C# Class ServiceStack.Common.Tests.AppSettingsTest

Datei anzeigen Open project: ServiceStack/ServiceStack

Public Methods

Method Description
GetAppSettings ( ) : AppSettingsBase
GetConfigDictionary ( ) : string>.Dictionary

Private Methods

Method Description
Can_get_all_keys ( ) : void
Can_search_all_keys ( ) : void
Can_write_to_AppSettings ( ) : void
GetDictionary_Parses_Dictionary_From_Setting ( ) : void
GetDictionary_Throws_Exception_On_Bad_Value ( ) : void
GetDictionary_Throws_Exception_On_Null_Key ( ) : void
GetList_Parses_List_From_Setting ( ) : void
GetNullable_String_Returns_Null ( ) : void
GetString_Returns_Value ( ) : void
Get_Casts_To_Specified_Type ( ) : void
Get_Returns_Default_Value_On_Null_Key ( ) : void
Get_Returns_ObjectNoLineFeed ( ) : void
Get_Returns_ObjectWithLineFeed ( ) : void
Get_Throws_Exception_On_Bad_Value ( ) : void

Method Details

GetAppSettings() public method

public GetAppSettings ( ) : AppSettingsBase
return AppSettingsBase

GetConfigDictionary() public method

public GetConfigDictionary ( ) : string>.Dictionary
return string>.Dictionary