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

상속: TestFilter
파일 보기 프로젝트 열기: nunit/nunit 1 사용 예제들

공개 메소드들

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