C# 클래스 ServiceStack.Common.Tests.AppSettingsTest

파일 보기 프로젝트 열기: ServiceStack/ServiceStack

공개 메소드들

메소드 설명
GetAppSettings ( ) : AppSettingsBase
GetConfigDictionary ( ) : string>.Dictionary

비공개 메소드들

메소드 설명
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

메소드 상세

GetAppSettings() 공개 메소드

public GetAppSettings ( ) : AppSettingsBase
리턴 AppSettingsBase

GetConfigDictionary() 공개 메소드

public GetConfigDictionary ( ) : string>.Dictionary
리턴 string>.Dictionary