C# Class NUnit.Framework.Internal.Filters.ValueMatchFilter

Inheritance: TestFilter
Afficher le fichier Open project: nunit/nunit

Méthodes publiques

Méthode Description
AddToXml ( TNode parentNode, bool recursive ) : TNode

Adds an XML node

ValueMatchFilter ( string expectedValue ) : System

Construct a ValueMatchFilter for a single value.

Méthodes protégées

Méthode Description
Match ( string input ) : bool

Match the input provided by the derived class

Method Details

AddToXml() public méthode

Adds an XML node
public AddToXml ( TNode parentNode, bool recursive ) : TNode
parentNode TNode Parent node
recursive bool True if recursive
Résultat TNode

Match() protected méthode

Match the input provided by the derived class
protected Match ( string input ) : bool
input string The value to be matchedT
Résultat bool

ValueMatchFilter() public méthode

Construct a ValueMatchFilter for a single value.
public ValueMatchFilter ( string expectedValue ) : System
expectedValue string The value to be included.
Résultat System