AIT.VisualStudio.TestTools


IntegrationTestAttribute

Defined in AIT.VisualStudio.TestTools.dll.
Integration Test Attribute

Constructors

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

Instance members

Instance memberDescription
TestType
Signature: TestType
Modifiers: abstract
Gets the test type
Fork me on GitHub