Class AbpClaimsPrincipalFactory_Test
Inheritance
object
AbpClaimsPrincipalFactory_Test
Implements
System.IDisposable
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Security.Claims
Assembly: Volo.Abp.Security.Tests.dll
Syntax
public class AbpClaimsPrincipalFactory_Test : AbpIntegratedTest<AbpSecurityTestModule>, IDisposable
Constructors
AbpClaimsPrincipalFactory_Test()
Declaration
public AbpClaimsPrincipalFactory_Test()
Methods
AfterAddApplication(IServiceCollection)
Declaration
protected override void AfterAddApplication(IServiceCollection services)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.Extensions.DependencyInjection.IServiceCollection | services |
Overrides
Volo.Abp.Testing.AbpIntegratedTest<Volo.Abp.Security.AbpSecurityTestModule>.AfterAddApplication(Microsoft.Extensions.DependencyInjection.IServiceCollection)
Create_With_Exists_ClaimsPrincipal()
Declaration
public Task Create_With_Exists_ClaimsPrincipal()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
CreateAsync()
Declaration
public Task CreateAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
SetAbpApplicationCreationOptions(AbpApplicationCreationOptions)
Declaration
protected override void SetAbpApplicationCreationOptions(AbpApplicationCreationOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| AbpApplicationCreationOptions | options |
Overrides
Volo.Abp.Testing.AbpIntegratedTest<Volo.Abp.Security.AbpSecurityTestModule>.SetAbpApplicationCreationOptions(Volo.Abp.AbpApplicationCreationOptions)
Implements
System.IDisposable