Show / Hide Table of Contents

Class IdentityClaimTypeRepository_Tests<TStartupModule>

Inheritance
object
AbpTestBaseWithServiceProvider
AbpIntegratedTest<TStartupModule>
AbpIdentityTestBase<TStartupModule>
IdentityClaimTypeRepository_Tests<TStartupModule>
IdentityClaimTypeRepository_Tests
IdentityClaimTypeRepository_Tests
Implements
IDisposable
Inherited Members
AbpIdentityTestBase<TStartupModule>.SetAbpApplicationCreationOptions(AbpApplicationCreationOptions)
AbpIntegratedTest<TStartupModule>.CreateServiceCollection()
AbpIntegratedTest<TStartupModule>.BeforeAddApplication(IServiceCollection)
AbpIntegratedTest<TStartupModule>.AfterAddApplication(IServiceCollection)
AbpIntegratedTest<TStartupModule>.CreateServiceProvider(IServiceCollection)
AbpIntegratedTest<TStartupModule>.Dispose()
AbpIntegratedTest<TStartupModule>.Application
AbpIntegratedTest<TStartupModule>.RootServiceProvider
AbpIntegratedTest<TStartupModule>.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.Identity
Assembly: Volo.Abp.Identity.Pro.TestBase.dll
Syntax
public abstract class IdentityClaimTypeRepository_Tests<TStartupModule> : AbpIdentityTestBase<TStartupModule>, IDisposable where TStartupModule : IAbpModule
Type Parameters
Name Description
TStartupModule

Constructors

IdentityClaimTypeRepository_Tests()

Declaration
public IdentityClaimTypeRepository_Tests()

Properties

ClaimTypeRepository

Declaration
protected IIdentityClaimTypeRepository ClaimTypeRepository { get; }
Property Value
Type Description
IIdentityClaimTypeRepository

GuidGenerator

Declaration
protected IGuidGenerator GuidGenerator { get; }
Property Value
Type Description
IGuidGenerator

IdentityClaimTypeManager

Declaration
protected IdentityClaimTypeManager IdentityClaimTypeManager { get; }
Property Value
Type Description
IdentityClaimTypeManager

IdentityRoleManager

Declaration
protected IdentityRoleManager IdentityRoleManager { get; }
Property Value
Type Description
IdentityRoleManager

IdentityTestData

Declaration
protected IdentityTestData IdentityTestData { get; }
Property Value
Type Description
IdentityTestData

IdentityUserManager

Declaration
protected IdentityUserManager IdentityUserManager { get; }
Property Value
Type Description
IdentityUserManager

RoleRepository

Declaration
protected IIdentityRoleRepository RoleRepository { get; }
Property Value
Type Description
IIdentityRoleRepository

UnitOfWorkManager

Declaration
protected IUnitOfWorkManager UnitOfWorkManager { get; }
Property Value
Type Description
IUnitOfWorkManager

UserRepository

Declaration
protected IIdentityUserRepository UserRepository { get; }
Property Value
Type Description
IIdentityUserRepository

Methods

DeleteAsync()

Declaration
public Task DeleteAsync()
Returns
Type Description
Task

GetCountAsync_With_Filter()

Declaration
public Task GetCountAsync_With_Filter()
Returns
Type Description
Task

GetListAsyncByNames()

Declaration
public Task GetListAsyncByNames()
Returns
Type Description
Task

Should_Check_Name_If_It_Is_Uniquee()

Declaration
public Task Should_Check_Name_If_It_Is_Uniquee()
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