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

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

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

Метод Описание
AndFilter ( ) : System

Constructs an empty AndFilter

IsExplicitMatch ( ITest test ) : bool

Checks whether the AndFilter is explicit matched by a test.

Match ( ITest test ) : bool

Checks whether the AndFilter is matched by a test

Pass ( ITest test ) : bool

Checks whether the AndFilter is matched by a test

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

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

Constructs an empty AndFilter
public AndFilter ( ) : System
Результат System

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

Checks whether the AndFilter is explicit matched by a test.
public IsExplicitMatch ( ITest test ) : bool
test ITest The test to be matched
Результат bool

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

Checks whether the AndFilter is matched by a test
public Match ( ITest test ) : bool
test ITest The test to be matched
Результат bool

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

Checks whether the AndFilter is matched by a test
public Pass ( ITest test ) : bool
test ITest The test to be matched
Результат bool