UserPresenterAttribute
Namespace: NUnit.ManualTest
The attribute can be used to specify the user presenter to used in tests.
Constructors
Constructor | Description |
new(presenterType)
Signature: presenterType:Type -> unit
|
Create new instance. |
Instance members
Instance member | Description |
Create()
Signature: unit -> IUserPresenter
|
Creates an instance of the presenter. |
PresenterType
Signature: Type
|
The type of presenter to be instantiated. |
Static members
Static member | Description |
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. |