IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Common.TestNameParser Class Reference

TestNameParser is used to parse the arguments to the -run option, separating testnames at the correct point. More...

Static Public Member Functions

static string[] Parse (string argument)
 Parse the -run argument and return an array of argument More...
 

Static Private Member Functions

static string GetTestName (string argument, ref int index)
 
static int GetSeparator (string argument, int index)
 

Detailed Description

TestNameParser is used to parse the arguments to the -run option, separating testnames at the correct point.

Member Function Documentation

static string [] NUnit.Common.TestNameParser.Parse ( string  argument)
inlinestatic

Parse the -run argument and return an array of argument

Parameters
argumentargument
Returns

Referenced by NUnit.Common.CommandLineOptions.ConfigureOptions(), NUnit.Common.Tests.TestNameParserTests.SingleName(), and NUnit.Common.Tests.TestNameParserTests.TwoNames().

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: