Class EnableAdvancedTestingAttribute
this assembly level attribute allows you to order tests at all levels (assembly,collection,class) using the PriorityAttribute as well as enable support for assembly fixtures via the TestBaseWithAssemblyFixture<TAppFixture> class.
Implements
ITestFrameworkAttribute
Inherited Members
Namespace: FastEndpoints.Testing
Assembly: FastEndpoints.Testing.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly)]
public sealed class EnableAdvancedTestingAttribute : Attribute, ITestFrameworkAttribute
Properties
FrameworkType
Gets the framework type; must implement Xunit.v3.ITestFramework.
Declaration
public Type FrameworkType { get; }
Property Value
Type | Description |
---|---|
Type |
Implements
Xunit.v3.ITestFrameworkAttribute