C# Класс ServiceStack.Common.Tests.AppSettingsTest

Показать файл Открыть проект

Открытые методы

Метод Описание
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