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
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
|