Class TestSelectionParser
Inheritance
TestSelectionParser
Assembly: nunitlite.dll
Syntax
public class TestSelectionParser
Constructors
View Source
TestSelectionParser()
Declaration
public TestSelectionParser()
Methods
View Source
Parse(string)
Declaration
public string Parse(string input)
Parameters
Type |
Name |
Description |
string |
input |
|
Returns
View Source
ParseFilterElement()
Parse a single filter element such as a category expression
and return the xml representation of the filter.
Declaration
public string ParseFilterElement()
Returns
View Source
ParseFilterExpression()
Parse a single term or an or expression, returning the XML
Declaration
public string ParseFilterExpression()
Returns
View Source
ParseFilterTerm()
Parse a single element or an and expression and return the xml
Declaration
public string ParseFilterTerm()
Returns