|
string | ID [get, set] |
|
string | TestID [get] |
|
string | ID [get, set] |
| Gets and sets the unique identifier for this driver, used to ensure that test ids are unique across drivers. More...
|
|
|
static string | Escape (string original) |
|
NUnit.Engine.Drivers.NotRunnableFrameworkDriver.NotRunnableFrameworkDriver |
( |
string |
assemblyPath, |
|
|
string |
message |
|
) |
| |
|
inline |
string NUnit.Engine.Drivers.NotRunnableFrameworkDriver.Load |
( |
string |
testAssemblyPath, |
|
|
IDictionary< string, object > |
settings |
|
) |
| |
|
inline |
int NUnit.Engine.Drivers.NotRunnableFrameworkDriver.CountTestCases |
( |
string |
filter | ) |
|
|
inline |
string NUnit.Engine.Drivers.NotRunnableFrameworkDriver.Run |
( |
ITestEventListener |
listener, |
|
|
string |
filter |
|
) |
| |
|
inline |
Executes the tests in an assembly.
- Parameters
-
listener | An ITestEventHandler that receives progress notices |
filter | A XML string representing the filter that controls which tests are executed |
- Returns
- An Xml string representing the result
Implements NUnit.Engine.Extensibility.IFrameworkDriver.
string NUnit.Engine.Drivers.NotRunnableFrameworkDriver.Explore |
( |
string |
filter | ) |
|
|
inline |
Returns information about the tests in an assembly.
- Parameters
-
filter | An XML string representing the filter that controls which tests are included |
- Returns
- An Xml string representing the tests
Implements NUnit.Engine.Extensibility.IFrameworkDriver.
void NUnit.Engine.Drivers.NotRunnableFrameworkDriver.StopRun |
( |
bool |
force | ) |
|
|
inline |
Cancel the ongoing test run. If no test is running, the call is ignored.
- Parameters
-
force | If true, cancel any ongoing test threads, otherwise wait for them to complete. |
Implements NUnit.Engine.Extensibility.IFrameworkDriver.
static string NUnit.Engine.Drivers.NotRunnableFrameworkDriver.Escape |
( |
string |
original | ) |
|
|
inlinestaticprivate |
const string NUnit.Engine.Drivers.NotRunnableFrameworkDriver.LOAD_RESULT_FORMAT |
|
private |
Initial value:=
"<test-suite type='Assembly' id='{0}' name='{1}' fullname='{2}' testcasecount='0' runstate='NotRunnable'>" +
"<properties>" +
"<property name='_SKIPREASON' value='{3}'/>" +
"</properties>" +
"</test-suite>"
const string NUnit.Engine.Drivers.NotRunnableFrameworkDriver.RUN_RESULT_FORMAT |
|
private |
Initial value:=
"<test-suite type='Assembly' id='{0}' name='{1}' fullname='{2}' testcasecount='0' runstate='NotRunnable' result='Failed' label='Invalid'>" +
"<properties>" +
"<property name='_SKIPREASON' value='{3}'/>" +
"</properties>" +
"<reason>" +
"<message>{3}</message>" +
"</reason>" +
"</test-suite>"
string NUnit.Engine.Drivers.NotRunnableFrameworkDriver._name |
|
private |
string NUnit.Engine.Drivers.NotRunnableFrameworkDriver._fullname |
|
private |
string NUnit.Engine.Drivers.NotRunnableFrameworkDriver._message |
|
private |
string NUnit.Engine.Drivers.NotRunnableFrameworkDriver.ID |
|
getset |
string NUnit.Engine.Drivers.NotRunnableFrameworkDriver.TestID |
|
getprivate |
The documentation for this class was generated from the following file: