IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
TestListener provides an implementation of ITestListener that does nothing. It is used only through its NULL property. More...
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... | |
TestListener provides an implementation of ITestListener that does nothing. It is used only through its NULL property.
|
inlineprivate |
Construct a new TestListener - private so it may not be used.
|
inline |
Called when a test has just started
test | The test that is starting |
Implements NUnit.Framework.Interfaces.ITestListener.
|
inline |
Called when a test case has finished
result | The result of the test |
Implements NUnit.Framework.Interfaces.ITestListener.
|
staticget |
Get a listener that does nothing