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

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

공개 메소드들

메소드 설명
Match ( ITest test ) : bool

Match a test against a single value.

MethodNameFilter ( string expectedValue ) : System

Construct a MethodNameFilter for a single name

메소드 상세

Match() 공개 메소드

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

MethodNameFilter() 공개 메소드

Construct a MethodNameFilter for a single name
public MethodNameFilter ( string expectedValue ) : System
expectedValue string The name the filter will recognize.
리턴 System