Class PriorityAttribute
attribute used to order tests within a test collection and also test-collections themselves
Inherited Members
Namespace: FastEndpoints.Testing
Assembly: FastEndpoints.Testing.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method)]
public class PriorityAttribute : Attribute
Constructors
PriorityAttribute(int)
attribute used to order tests within a test collection and also test-collections themselves
Declaration
public PriorityAttribute(int priority)
Parameters
Type | Name | Description |
---|---|---|
int | priority | the priority of the test method or the test-collection |
Properties
Priority
Declaration
public int Priority { get; }
Property Value
Type | Description |
---|---|
int |