TestNameParser is used to parse the arguments to the -run option, separating testnames at the correct point.
More...
|
static string[] | Parse (string argument) |
| Parse the -run argument and return an array of argument More...
|
|
TestNameParser is used to parse the arguments to the -run option, separating testnames at the correct point.
static string [] NUnit.Common.TestNameParser.Parse |
( |
string |
argument | ) |
|
|
inlinestatic |
static string NUnit.Common.TestNameParser.GetTestName |
( |
string |
argument, |
|
|
ref int |
index |
|
) |
| |
|
inlinestaticprivate |
static int NUnit.Common.TestNameParser.GetSeparator |
( |
string |
argument, |
|
|
int |
index |
|
) |
| |
|
inlinestaticprivate |
The documentation for this class was generated from the following file: