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.ITestFilterBuilder Interface Reference

Interface to a TestFilterBuilder, which is used to create TestFilters More...

+ Inheritance diagram for NUnit.Engine.ITestFilterBuilder:

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...
 

Detailed Description

Interface to a TestFilterBuilder, which is used to create TestFilters

Member Function Documentation

void NUnit.Engine.ITestFilterBuilder.AddTest ( string  fullName)

Add a test to be selected

Parameters
fullNameThe full name of the test, as created by NUnit

Implemented in NUnit.Engine.TestFilterBuilder.

Referenced by NUnit.ConsoleRunner.ConsoleRunner.CreateTestFilter().

void NUnit.Engine.ITestFilterBuilder.SelectWhere ( string  whereClause)

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.

Implemented in NUnit.Engine.TestFilterBuilder.

TestFilter NUnit.Engine.ITestFilterBuilder.GetFilter ( )

Get a TestFilter constructed according to the criteria specified by the other calls.

Returns
A TestFilter.

Implemented in NUnit.Engine.TestFilterBuilder.


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