Class Types
Delegate Types
| Delegate | Summary |
|---|---|
| AsyncTestReporter |
Delegate AsyncTestReporter
Gets called immediate after the test was executed
RegisterReporter(AsyncTestReporter)
|
| Async |
Delegate AsyncTestSummaryReporter
Gets called after all tests are executed.
RegisterReporter(AsyncTestSummaryReporter)
|