NUnit.ManualTest


ManualTestBase

Namespace: NUnit.ManualTest

The base for all manual test fixtures.

Constructors

ConstructorDescription
new(presentationType)
Signature: presentationType:PresentationType -> unit
Call this ctor if you want to use a PresentationType different from default PresentationType.Once.

Instance members

Instance memberDescription
RunScenario(scenario)
Signature: scenario:TestScenario -> unit
Run a test scenario. This is commonly used for tests generated from YAML files.
Test()
Signature: unit -> ManualTestBuilder
Create a builder for a single manual test.
Fork me on GitHub