IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Abstract base for all test filters. A filter is represented by an XmlNode with <filter> as it's topmost element. In the console runner, filters serve only to carry this XML representation, as all filtering is done by the engine. More...
Public Member Functions | |
TestFilter (string xmlText) | |
Initializes a new instance of the TestFilter class. More... | |
Static Public Attributes | |
static readonly TestFilter | Empty = new TestFilter("<filter/>") |
The empty filter - one that always passes. More... | |
Properties | |
string | Text [get, private set] |
Gets the XML representation of this filter as a string. More... | |
Abstract base for all test filters. A filter is represented by an XmlNode with <filter> as it's topmost element. In the console runner, filters serve only to carry this XML representation, as all filtering is done by the engine.
|
inline |
Initializes a new instance of the TestFilter class.
xmlText | The XML text that specifies the filter. |
|
static |
The empty filter - one that always passes.
|
getprivate set |
Gets the XML representation of this filter as a string.
Referenced by NUnit.Engine.Api.Tests.TestFilterTests.EmptyFilter(), NUnit.Engine.Services.Tests.TestFilterBuilderTests.EmptyFilter(), NUnit.Engine.Api.Tests.TestFilterTests.FilterWithOneTest(), NUnit.Engine.Api.Tests.TestFilterTests.FilterWithThreeTests(), NUnit.Engine.Runners.MasterTestRunner.InsertFilterElement(), NUnit.Engine.Services.Tests.TestFilterBuilderTests.OneTestAndWhereClause(), NUnit.Engine.Services.Tests.TestFilterBuilderTests.OneTestSelected(), NUnit.Engine.Services.Tests.TestFilterBuilderTests.OneTestSelected_XmlEscape(), NUnit.Engine.Services.Tests.TestFilterBuilderTests.ThreeTestsSelected(), NUnit.Engine.Services.Tests.TestFilterBuilderTests.WhereClause(), and NUnit.Engine.Services.Tests.TestFilterBuilderTests.WhereClause_XmlEscape().