Summary
The ITestListener interface is used internally to receive
notifications of significant events while a test is being
run. The events are propagated to clients by means of an
AsyncCallback.
- Namespace
- TCLite
.Interfaces - Implementing Types
graph BT
Type["ITestListener"]
class Type type-node
Implementing0["TestRunner"]-.->Type
click Implementing0 "/tc-lite/api/TCLite.Runners/TestRunner"
Syntax
public interface ITestListener
Methods
Name | Value | Summary |
---|---|---|
TestFinished |
void |
Called when a test has finished
|
TestOutput |
void |
Called when the test creates text output.
|
TestStarted |
void |
Called when a test has just started
|