RunTestAsync(string, CancellationToken, string?)
Executes a test.
Declaration
protected Task RunTestAsync(string relativePath, CancellationToken cancellationToken = default, string? callerMemberName = null)Parameters
| Type | Name | Description |
|---|---|---|
| string | relativePath | Relative path of the file relatively to the directory of the caller code. |
| CancellationToken | cancellationToken | |
| string | callerMemberName |
Returns
| Type | Description |
|---|---|
| Task |