Show / Hide Table of Contents

Class SettingManager_Basic_Tests

Inheritance
object
AbpTestBaseWithServiceProvider
AbpIntegratedTest<AbpSettingManagementTestModule>
SettingManagementTestBase<AbpSettingManagementTestModule>
SettingsTestBase
SettingManager_Basic_Tests
Implements
IDisposable
Inherited Members
SettingsTestBase.UsingDbContext(Action<ISettingManagementDbContext>)
SettingsTestBase.UsingDbContext<T>(Func<ISettingManagementDbContext, T>)
SettingsTestBase.GetSettingsFromDbContext(string, string, string)
SettingManagementTestBase<AbpSettingManagementTestModule>.SetAbpApplicationCreationOptions(AbpApplicationCreationOptions)
AbpIntegratedTest<AbpSettingManagementTestModule>.CreateServiceCollection()
AbpIntegratedTest<AbpSettingManagementTestModule>.BeforeAddApplication(IServiceCollection)
AbpIntegratedTest<AbpSettingManagementTestModule>.AfterAddApplication(IServiceCollection)
AbpIntegratedTest<AbpSettingManagementTestModule>.CreateServiceProvider(IServiceCollection)
AbpIntegratedTest<AbpSettingManagementTestModule>.Dispose()
AbpIntegratedTest<AbpSettingManagementTestModule>.Application
AbpIntegratedTest<AbpSettingManagementTestModule>.RootServiceProvider
AbpIntegratedTest<AbpSettingManagementTestModule>.TestServiceScope
AbpTestBaseWithServiceProvider.GetService<T>()
AbpTestBaseWithServiceProvider.GetRequiredService<T>()
AbpTestBaseWithServiceProvider.GetKeyedServices<T>(object)
AbpTestBaseWithServiceProvider.GetRequiredKeyedService<T>(object)
AbpTestBaseWithServiceProvider.ServiceProvider
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.SettingManagement
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
Type Description
Task

Should_Get_All_Base_Store_Values()

Declaration
public Task Should_Get_All_Base_Store_Values()
Returns
Type Description
Task

Should_Get_All_By_Names_Base_Store_Values()

Declaration
public Task Should_Get_All_By_Names_Base_Store_Values()
Returns
Type Description
Task

Should_Get_Base_Store_Value()

Declaration
public Task Should_Get_Base_Store_Value()
Returns
Type Description
Task

Should_Get_Default_Value_If_Not_Set_In_Store()

Declaration
public Task Should_Get_Default_Value_If_Not_Set_In_Store()
Returns
Type Description
Task

Should_Set_Global_Value()

Declaration
public Task Should_Set_Global_Value()
Returns
Type Description
Task

Should_Throw_Exception_When_Try_To_Get_An_Undefined_Setting()

Declaration
public Task Should_Throw_Exception_When_Try_To_Get_An_Undefined_Setting()
Returns
Type Description
Task

Implements

IDisposable

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform