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

Наследование: NUnit.Framework.Internal.Filters.CompositeFilter
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
IsExplicitMatch ( ITest test ) : bool

Checks whether the OrFilter is explicit matched by a test

Match ( ITest test ) : bool

Checks whether the OrFilter is matched by a test

OrFilter ( ) : System

Constructs an empty OrFilter

Pass ( ITest test ) : bool

Checks whether the OrFilter is matched by a test

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

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

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

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

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

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

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

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

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