TestScenario
Namespace: NUnit.ManualTest
A single test scenario created by e.g. YamlTestBuilder.
Constructors
Constructor | Description |
new()
Signature: unit -> unit
|
Creates a new instance. |
Instance members
Instance member | Description |
Description()
Signature: unit -> unit
|
An optional description of the test scenario. |
Executions()
Signature: unit -> unit
|
The list of executions. |
Expectations()
Signature: unit -> unit
|
The list of expecetations. |
Name()
Signature: unit -> unit
|
The name of the test scenario. |
Preparations()
Signature: unit -> unit
|
The list of preparations. |
PresentationType()
Signature: unit -> unit
|
The presentation type. Default is Once. |