Summary
Registers an async test summary reporter.
Gets called after all tests are executed.
AsyncTestSummaryReporter
Syntax
public static TastyScope RegisterReporter(AsyncTestSummaryReporter summaryReporter)
Parameters
| Name | Type | Description |
|---|---|---|
| summaryReporter | Async |
The reporter. |
Return Value
| Type | Description |
|---|---|
| TastyScope | TastyScope. |