Show / Hide Table of Contents

Class AbpLocalization_Tests

Inheritance
object
AbpTestBaseWithServiceProvider
AbpIntegratedTest<AbpLocalizationTestModule>
AbpLocalization_Tests
Implements
IDisposable
Inherited Members
AbpIntegratedTest<AbpLocalizationTestModule>.CreateServiceCollection()
AbpIntegratedTest<AbpLocalizationTestModule>.BeforeAddApplication(IServiceCollection)
AbpIntegratedTest<AbpLocalizationTestModule>.SetAbpApplicationCreationOptions(AbpApplicationCreationOptions)
AbpIntegratedTest<AbpLocalizationTestModule>.AfterAddApplication(IServiceCollection)
AbpIntegratedTest<AbpLocalizationTestModule>.CreateServiceProvider(IServiceCollection)
AbpIntegratedTest<AbpLocalizationTestModule>.Dispose()
AbpIntegratedTest<AbpLocalizationTestModule>.Application
AbpIntegratedTest<AbpLocalizationTestModule>.RootServiceProvider
AbpIntegratedTest<AbpLocalizationTestModule>.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.Localization
Assembly: Volo.Abp.Localization.Tests.dll
Syntax
public class AbpLocalization_Tests : AbpIntegratedTest<AbpLocalizationTestModule>, IDisposable

Constructors

AbpLocalization_Tests()

Declaration
public AbpLocalization_Tests()

Methods

AbpStringLocalizerExtensions_GetInternalLocalizer()

Declaration
public void AbpStringLocalizerExtensions_GetInternalLocalizer()

AbpStringLocalizerExtensions_GetInternalLocalizer_Using_LocalizerFactory()

Declaration
public void AbpStringLocalizerExtensions_GetInternalLocalizer_Using_LocalizerFactory()

GetAllStrings_With_Inheritance()

Declaration
public void GetAllStrings_With_Inheritance()

GetAllStrings_With_Parents()

Declaration
public void GetAllStrings_With_Parents()

GetAllStrings_Without_Inheritance()

Declaration
public void GetAllStrings_Without_Inheritance()

GetAllStrings_Without_Parents()

Declaration
public void GetAllStrings_Without_Parents()

Should_Get_Extension_Texts()

Declaration
public void Should_Get_Extension_Texts()

Should_Get_From_Inherited_Texts()

Declaration
public void Should_Get_From_Inherited_Texts()

Should_Get_Localized_Text_From_External()

Declaration
public void Should_Get_Localized_Text_From_External()

Should_Get_Localized_Text_If_Defined_In_Current_Culture()

Declaration
public void Should_Get_Localized_Text_If_Defined_In_Current_Culture()

Should_Get_Localized_Text_If_Defined_In_Requested_Culture()

Declaration
public void Should_Get_Localized_Text_If_Defined_In_Requested_Culture()

Should_Get_Same_Text_If_Not_Defined_Anywhere()

Declaration
public void Should_Get_Same_Text_If_Not_Defined_Anywhere()

Should_Get_Supported_Cultures()

Declaration
public Task Should_Get_Supported_Cultures()
Returns
Type Description
Task

Should_Override_Inherited_Text()

Declaration
public void Should_Override_Inherited_Text()

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