Class TestNameParser
TestNameParser is used to parse the arguments to the -run option, separating testnames at the correct point.
Inherited Members
Namespace: NUnit.Common
Assembly: nunitlite.dll
Syntax
public static class TestNameParser
Methods
View SourceParse(string)
Parse the -run argument and return an array of argument
Declaration
public static string[] Parse(string argument)
Parameters
Type | Name | Description |
---|---|---|
string | argument | argument |
Returns
Type | Description |
---|---|
string[] |