Method UnregisterTestCallback
UnregisterTestCallback<T>(T)
Unregister an instance of ICallbacks to no longer receive callbacks from test runs.
Declaration
public static void UnregisterTestCallback<T>(T testCallbacks) where T : ICallbacks
Parameters
| Type | Name | Description |
|---|---|---|
| T | testCallbacks | The test callbacks to unregister. |
Type Parameters
| Name | Description |
|---|---|
| T | Generic representing a type of callback. |