Class SettingManager_Basic_Tests
Inheritance
SettingManager_Basic_Tests
Assembly: Volo.Abp.SettingManagement.Tests.dll
Syntax
public class SettingManager_Basic_Tests : SettingsTestBase, IDisposable
Constructors
SettingManager_Basic_Tests()
Declaration
public SettingManager_Basic_Tests()
Methods
Set_Should_Throw_Exception_If_Provider_Not_Found()
Declaration
public Task Set_Should_Throw_Exception_If_Provider_Not_Found()
Returns
Should_Get_All_Base_Store_Values()
Declaration
public Task Should_Get_All_Base_Store_Values()
Returns
Should_Get_All_By_Names_Base_Store_Values()
Declaration
public Task Should_Get_All_By_Names_Base_Store_Values()
Returns
Should_Get_Base_Store_Value()
Declaration
public Task Should_Get_Base_Store_Value()
Returns
Should_Get_Default_Value_If_Not_Set_In_Store()
Declaration
public Task Should_Get_Default_Value_If_Not_Set_In_Store()
Returns
Should_Set_Global_Value()
Declaration
public Task Should_Set_Global_Value()
Returns
Should_Throw_Exception_When_Try_To_Get_An_Undefined_Setting()
Declaration
public Task Should_Throw_Exception_When_Try_To_Get_An_Undefined_Setting()
Returns
Implements
Extension Methods