NUnit.ManualTest


ManualTestBuilder

Namespace: NUnit.ManualTest

The builder for building the test scenarios.

Constructors

ConstructorDescription
new(presenter, presentationType)
Signature: (presenter:IUserPresenter * presentationType:PresentationType) -> unit
Creates a new instance.

Instance members

Instance memberDescription
AsGroupedUserInteraction()
Signature: unit -> ManualTestBuilder
Use Grouped ManualTestBuilder.PresentationType.
AsOneStepUserInteraction()
Signature: unit -> ManualTestBuilder
Use Once ManualTestBuilder.PresentationType.
AsSingleStepUserInteraction()
Signature: unit -> ManualTestBuilder
Use SingleStep ManualTestBuilder.PresentationType.
Do(format, args)
Signature: (format:string * args:obj []) -> ManualTestBuilder
Go()
Signature: unit -> unit
Executes the test by presenting the preparations/executions and verification steps to the tester. The first negative feedback will cause an AssertionException
Prepare(format, args)
Signature: (format:string * args:obj []) -> ManualTestBuilder
PresentationType()
Signature: unit -> unit
Gets or sets the presentation type.
Verify(format, args)
Signature: (format:string * args:obj []) -> ManualTestBuilder
Fork me on GitHub