The TestEventAdapter class receives NUnit v2 events and passes the equivalent v3 event to the engine.
More...
|
static string | FormatAttributeValue (string original) |
| Makes a string safe for use as an attribute, replacing characters characters that can't be used with their corresponding xml representations. More...
|
|
The TestEventAdapter class receives NUnit v2 events and passes the equivalent v3 event to the engine.
void EventListener. NUnit.Engine.Drivers.TestEventAdapter.RunFinished |
( |
Exception |
exception | ) |
|
|
inlineprivate |
void EventListener. NUnit.Engine.Drivers.TestEventAdapter.RunFinished |
( |
TestResult |
result | ) |
|
|
inlineprivate |
void EventListener. NUnit.Engine.Drivers.TestEventAdapter.RunStarted |
( |
string |
name, |
|
|
int |
testCount |
|
) |
| |
|
inlineprivate |
void EventListener. NUnit.Engine.Drivers.TestEventAdapter.SuiteFinished |
( |
TestResult |
result | ) |
|
|
inlineprivate |
void EventListener. NUnit.Engine.Drivers.TestEventAdapter.SuiteStarted |
( |
TestName |
testName | ) |
|
|
inlineprivate |
void EventListener. NUnit.Engine.Drivers.TestEventAdapter.TestFinished |
( |
TestResult |
result | ) |
|
|
inlineprivate |
void EventListener. NUnit.Engine.Drivers.TestEventAdapter.TestOutput |
( |
TestOutput |
testOutput | ) |
|
|
inlineprivate |
void EventListener. NUnit.Engine.Drivers.TestEventAdapter.TestStarted |
( |
TestName |
testName | ) |
|
|
inlineprivate |
void EventListener. NUnit.Engine.Drivers.TestEventAdapter.UnhandledException |
( |
Exception |
exception | ) |
|
|
inlineprivate |
override object NUnit.Engine.Drivers.TestEventAdapter.InitializeLifetimeService |
( |
| ) |
|
|
inline |
static string NUnit.Engine.Drivers.TestEventAdapter.FormatAttributeValue |
( |
string |
original | ) |
|
|
inlinestaticprivate |
Makes a string safe for use as an attribute, replacing characters characters that can't be used with their corresponding xml representations.
- Parameters
-
original | The string to be used |
- Returns
- A new string with the _values replaced
void NUnit.Engine.Drivers.TestEventAdapter.OnTestStarted |
( |
TestName |
testName, |
|
|
bool |
isSuite |
|
) |
| |
|
inlineprivate |
void NUnit.Engine.Drivers.TestEventAdapter.OnTestFinished |
( |
TestResult |
result | ) |
|
|
inlineprivate |
StringBuilder NUnit.Engine.Drivers.TestEventAdapter._testOutput = new StringBuilder() |
|
private |
The documentation for this class was generated from the following file: