IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.Interfaces.ITestListener Interface Reference

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. NUnit extensions may also monitor these events. More...

+ Inheritance diagram for NUnit.Framework.Interfaces.ITestListener:

Public Member Functions

void TestStarted (ITest test)
 Called when a test has just started More...
 
void TestFinished (ITestResult result)
 Called when a test has finished More...
 

Detailed Description

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. NUnit extensions may also monitor these events.

Member Function Documentation

void NUnit.Framework.Interfaces.ITestListener.TestStarted ( ITest  test)
void NUnit.Framework.Interfaces.ITestListener.TestFinished ( ITestResult  result)

The documentation for this interface was generated from the following file: