ITestListener Interface

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(ITestResult) void
Called when a test has finished
TestOutput(TestOutput) void
Called when the test creates text output.
TestStarted(ITest) void
Called when a test has just started