IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Interface to a TestFilterBuilder, which is used to create TestFilters More...
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... | |
Interface to a TestFilterBuilder, which is used to create TestFilters
void NUnit.Engine.ITestFilterBuilder.AddTest | ( | string | fullName | ) |
Add a test to be selected
fullName | The 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.
whereClause | A 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.
Implemented in NUnit.Engine.TestFilterBuilder.