Method UnregisterCustomRunner
UnregisterCustomRunner(CustomRunnerBase)
Unregisters a custom runner from the test framework.
Declaration
public static void UnregisterCustomRunner(CustomRunnerBase customRunner)
Parameters
| Type | Name | Description |
|---|---|---|
| CustomRunnerBase | customRunner | The custom runner to unregister. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | Thrown if the |