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.TestFilter Class Reference

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

+ Collaboration diagram for NUnit.Engine.TestFilter:

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

Detailed Description

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.

Constructor & Destructor Documentation

NUnit.Engine.TestFilter.TestFilter ( string  xmlText)
inline

Initializes a new instance of the TestFilter class.

Parameters
xmlTextThe XML text that specifies the filter.

Member Data Documentation

readonly TestFilter NUnit.Engine.TestFilter.Empty = new TestFilter("<filter/>")
static

The empty filter - one that always passes.

Property Documentation


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