NUnit.ManualTest


TestScenario

Namespace: NUnit.ManualTest

A single test scenario created by e.g. YamlTestBuilder.

Constructors

ConstructorDescription
new()
Signature: unit -> unit
Creates a new instance.

Instance members

Instance memberDescription
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.
Fork me on GitHub