Class FeatureTestController_Tests
Inheritance
object
FeatureTestController_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.Features
Assembly: Volo.Abp.AspNetCore.Mvc.Tests.dll
Syntax
public class FeatureTestController_Tests : AspNetCoreMvcTestBase, IDisposable
Constructors
FeatureTestController_Tests()
Declaration
public FeatureTestController_Tests()
Methods
Should_Allow_Actions_With_No_Feature()
Declaration
public Task Should_Allow_Actions_With_No_Feature()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Should_Allow_Enabled_Features()
Declaration
public Task Should_Allow_Enabled_Features()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Should_Not_Allow_Not_Enabled_Features()
Declaration
public Task Should_Not_Allow_Not_Enabled_Features()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Implements
System.IDisposable