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.Engine.TestFilterBuilder Class Reference
+ Inheritance diagram for NUnit.Engine.TestFilterBuilder:
+ Collaboration diagram for NUnit.Engine.TestFilterBuilder:

Public Member Functions

void AddTest (string fullName)
 Add a test to be selected More...
 
void SelectWhere (string whereClause)
 Specify what is to be included by the filter using a where clause. More...
 
TestFilter GetFilter ()
 Get a TestFilter constructed according to the criteria specified by the other calls. More...
 

Static Private Member Functions

static string XmlEscape (string text)
 

Private Attributes

List< string > _testList = new List<string>()
 
string _whereClause
 

Member Function Documentation

void NUnit.Engine.TestFilterBuilder.SelectWhere ( string  whereClause)
inline

Specify what is to be included by the filter using a where clause.

Parameters
whereClauseA where clause that will be parsed by NUnit to create the filter.

Implements NUnit.Engine.ITestFilterBuilder.

Referenced by NUnit.Engine.Services.Tests.TestFilterBuilderTests.OneTestAndWhereClause(), NUnit.Engine.Services.Tests.TestFilterBuilderTests.WhereClause(), and NUnit.Engine.Services.Tests.TestFilterBuilderTests.WhereClause_XmlEscape().

static string NUnit.Engine.TestFilterBuilder.XmlEscape ( string  text)
inlinestaticprivate

Member Data Documentation

List<string> NUnit.Engine.TestFilterBuilder._testList = new List<string>()
private
string NUnit.Engine.TestFilterBuilder._whereClause
private

The documentation for this class was generated from the following file: