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

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

공개 메소드들

메소드 설명
IdFilter ( string id ) : System

Construct an IdFilter for a single value

Match ( ITest test ) : bool

Match a test against a single value.

메소드 상세

IdFilter() 공개 메소드

Construct an IdFilter for a single value
public IdFilter ( string id ) : System
id string The id the filter will recognize.
리턴 System

Match() 공개 메소드

Match a test against a single value.
public Match ( ITest test ) : bool
test ITest
리턴 bool