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

상속: TestFilter
파일 보기 프로젝트 열기: nunit/nunit

공개 메소드들

메소드 설명
AddToXml ( TNode parentNode, bool recursive ) : TNode

Adds an XML node

ValueMatchFilter ( string expectedValue ) : System

Construct a ValueMatchFilter for a single value.

보호된 메소드들

메소드 설명
Match ( string input ) : bool

Match the input provided by the derived class

메소드 상세

AddToXml() 공개 메소드

Adds an XML node
public AddToXml ( TNode parentNode, bool recursive ) : TNode
parentNode TNode Parent node
recursive bool True if recursive
리턴 TNode

Match() 보호된 메소드

Match the input provided by the derived class
protected Match ( string input ) : bool
input string The value to be matchedT
리턴 bool

ValueMatchFilter() 공개 메소드

Construct a ValueMatchFilter for a single value.
public ValueMatchFilter ( string expectedValue ) : System
expectedValue string The value to be included.
리턴 System