NUnit.ManualTest


UserPresenterAttribute

Namespace: NUnit.ManualTest

The attribute can be used to specify the user presenter to used in tests.

Constructors

ConstructorDescription
new(presenterType)
Signature: presenterType:Type -> unit
Create new instance.

Instance members

Instance memberDescription
Create()
Signature: unit -> IUserPresenter
Creates an instance of the presenter.
PresenterType
Signature: Type
The type of presenter to be instantiated.

Static members

Static memberDescription
CreatePresenter(type)
Signature: type:Type -> IUserPresenter
Creates an instance of the presenter by searching the passed type to be attributed with fallback to assmbly attribute or globally default presenter type.
Fork me on GitHub