Class AuthTestPage_Tests
Inheritance
object
AuthTestPage_Tests
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.AspNetCore.Mvc.Authorization
Assembly: Volo.Abp.AspNetCore.Mvc.Tests.dll
Syntax
[DependsOn(new Type[] { typeof(AbpAspNetCoreTestBaseModule), typeof(AbpMemoryDbTestModule), typeof(AbpAspNetCoreMvcModule), typeof(AbpAutofacModule) })]
public class AuthTestPage_Tests : AspNetCoreMvcTestBase, IDisposable
Constructors
AuthTestPage_Tests()
Declaration
public AuthTestPage_Tests()
Methods
Should_Call_Simple_Authorized_Method_With_Authenticated_User()
Declaration
public Task Should_Call_Simple_Authorized_Method_With_Authenticated_User()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Implements
System.IDisposable