AIT.VisualStudio.TestTools


CustomTestAttribute

Defined in AIT.VisualStudio.TestTools.dll.
Custom test attributes base class.

Constructors

ConstructorDescription
new()
Signature: unit -> unit
Creates a new instance of the CustomTestAttribute class.
new(expectedExecutionTime)
Signature: expectedExecutionTime:ExpectedExecutionTime -> unit
Creates a new instance of the CustomTestAttribute class.
new(executionMode)
Signature: executionMode:ExecutionMode -> unit
Creates a new instance of the CustomTestAttribute class.
new(...)
Signature: (expectedExecutionTime:ExpectedExecutionTime * executionMode:ExecutionMode) -> unit
Creates a new instance of the CustomTestAttribute class.

Instance members

Instance memberDescription
Distributed
Signature: bool
Modifiers: abstract
Gets a value indicating whether this CustomTestAttribute is distributed.
ExecutionMode
Signature: ExecutionMode
Modifiers: abstract
Gets the execution mode
ExpectedExecutionTime
Signature: ExpectedExecutionTime
Modifiers: abstract
Gets the expected execution time
TestCategories
Signature: IList<string>
Modifiers: abstract
Gets the test categories
TestType
Signature: TestType
Modifiers: abstract
Gets the test type
Fork me on GitHub