Method RegisterCustomRunner
RegisterCustomRunner(CustomRunnerBase)
Registers an implementation of CustomRunnerBase with the test framework, allowing for running custom test frameworks. Since custom runners are identified by name, the provided custom runner must use a name that has not already been registered.
Declaration
public static void RegisterCustomRunner(CustomRunnerBase customRunner)
Parameters
| Type | Name | Description |
|---|---|---|
| CustomRunnerBase | customRunner | The custom runner to register. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | Thrown if the |