C# Класс NUnit.Framework.Internal.Filters.PropertyFilter

Наследование: ValueMatchFilter
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AddToXml ( TNode parentNode, bool recursive ) : TNode

Adds an XML node

Match ( ITest test ) : bool

Check whether the filter matches a test

PropertyFilter ( string propertyName, string expectedValue ) : System

Construct a PropertyFilter using a property name and expected value

Описание методов

AddToXml() публичный Метод

Adds an XML node
public AddToXml ( TNode parentNode, bool recursive ) : TNode
parentNode TNode Parent node
recursive bool True if recursive
Результат TNode

Match() публичный Метод

Check whether the filter matches a test
public Match ( ITest test ) : bool
test ITest The test to be matched
Результат bool

PropertyFilter() публичный Метод

Construct a PropertyFilter using a property name and expected value
public PropertyFilter ( string propertyName, string expectedValue ) : System
propertyName string A property name
expectedValue string The expected value of the property
Результат System