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
ITestListener

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