AIT.VisualStudio.TestTools


PerformanceTestAttribute

Defined in AIT.VisualStudio.TestTools.dll.
Performance test attribute

Constructors

ConstructorDescription
new(executionMode)
Signature: executionMode:ExecutionMode -> unit
Creates a new instance of the PerformanceTestAttribute class.
new()
Signature: unit -> unit
Creates a new instance of the PerformanceTestAttribute class.

Instance members

Instance memberDescription
ExpectedExecutionTime
Signature: ExpectedExecutionTime
Modifiers: abstract
Gets the expected execution time
TestType
Signature: TestType
Modifiers: abstract
Gets the test type
Fork me on GitHub