Constructor TestRunCallbackAttribute
TestRunCallbackAttribute(Type)
Constructs a new instance of the TestRunCallbackAttribute class.
Declaration
public TestRunCallbackAttribute(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type | A target type that implements ITestRunCallback. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentException | Throws an ArgumentException if the provided type does not implement ITestRunCallback. |