Class FeatureInterceptor_Tests
Inheritance
object
FeatureInterceptor_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.Features
Assembly: Volo.Abp.Features.Tests.dll
Syntax
public class FeatureInterceptor_Tests : FeatureTestBase, IDisposable
Constructors
FeatureInterceptor_Tests()
Declaration
public FeatureInterceptor_Tests()
Methods
Should_Allow_To_Method_Calls_For_Those_Have_No_RequiresFeature_Attributes(string)
Declaration
public Task Should_Allow_To_Method_Calls_For_Those_Have_No_RequiresFeature_Attributes(string tenantIdValue)
Parameters
| Type | Name | Description |
|---|---|---|
| string | tenantIdValue |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Should_Allow_To_Method_Calls_If_Related_Features_Were_Enabled()
Declaration
public Task Should_Allow_To_Method_Calls_If_Related_Features_Were_Enabled()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Should_Not_Allow_To_Method_Calls_If_Related_Features_Were_Not_Enabled(string)
Declaration
public Task Should_Not_Allow_To_Method_Calls_If_Related_Features_Were_Not_Enabled(string tenantIdValue)
Parameters
| Type | Name | Description |
|---|---|---|
| string | tenantIdValue |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Implements
System.IDisposable