TestEventHandler processes events from the running test for the console runner.
More...
TestEventHandler processes events from the running test for the console runner.
NUnit.ConsoleRunner.TestEventHandler.TestEventHandler |
( |
TextWriter |
outWriter, |
|
|
string |
displayLabels, |
|
|
bool |
teamCity |
|
) |
| |
|
inline |
void NUnit.ConsoleRunner.TestEventHandler.OnTestEvent |
( |
string |
report | ) |
|
|
inline |
void NUnit.ConsoleRunner.TestEventHandler.TestFinished |
( |
XmlNode |
testResult | ) |
|
|
inlineprivate |
void NUnit.ConsoleRunner.TestEventHandler.SuiteFinished |
( |
XmlNode |
testResult | ) |
|
|
inlineprivate |
void NUnit.ConsoleRunner.TestEventHandler.WriteTestLabel |
( |
string |
name | ) |
|
|
inlineprivate |
void NUnit.ConsoleRunner.TestEventHandler.WriteTestOutput |
( |
XmlNode |
outputNode | ) |
|
|
inlineprivate |
override object NUnit.ConsoleRunner.TestEventHandler.InitializeLifetimeService |
( |
| ) |
|
|
inline |
readonly string NUnit.ConsoleRunner.TestEventHandler._displayLabels |
|
private |
readonly TextWriter NUnit.ConsoleRunner.TestEventHandler._outWriter |
|
private |
readonly TeamCityServiceMessagePublisher NUnit.ConsoleRunner.TestEventHandler._teamCity |
|
private |
The documentation for this class was generated from the following file: