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.Internal.TestListener Class Reference

TestListener provides an implementation of ITestListener that does nothing. It is used only through its NULL property. More...

+ Inheritance diagram for NUnit.Framework.Internal.TestListener:
+ Collaboration diagram for NUnit.Framework.Internal.TestListener:

Public Member Functions

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

Properties

static ITestListener NULL [get]
 Get a listener that does nothing More...
 

Private Member Functions

 TestListener ()
 Construct a new TestListener - private so it may not be used. More...
 

Detailed Description

TestListener provides an implementation of ITestListener that does nothing. It is used only through its NULL property.

Constructor & Destructor Documentation

NUnit.Framework.Internal.TestListener.TestListener ( )
inlineprivate

Construct a new TestListener - private so it may not be used.

Member Function Documentation

void NUnit.Framework.Internal.TestListener.TestStarted ( ITest  test)
inline

Called when a test has just started

Parameters
testThe test that is starting

Implements NUnit.Framework.Interfaces.ITestListener.

void NUnit.Framework.Internal.TestListener.TestFinished ( ITestResult  result)
inline

Called when a test case has finished

Parameters
resultThe result of the test

Implements NUnit.Framework.Interfaces.ITestListener.

Property Documentation

ITestListener NUnit.Framework.Internal.TestListener.NULL
staticget

Get a listener that does nothing


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