C# 클래스 NUnit.Framework.Internal.Filters.OrFilter

상속: NUnit.Framework.Internal.Filters.CompositeFilter
파일 보기 프로젝트 열기: nunit/nunit 1 사용 예제들

공개 메소드들

메소드 설명
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