C# 클래스 NUnit.Framework.Constraints.SamePathOrUnderConstraint

SamePathOrUnderConstraint tests that one path is under another
상속: PathConstraint
파일 보기 프로젝트 열기: antonsamarsky/emitmapper-tools 1 사용 예제들

공개 메소드들

메소드 설명
Matches ( object actual ) : bool

Test whether the constraint is satisfied by a given value

SamePathOrUnderConstraint ( string expected ) : System

Initializes a new instance of the T:SamePathOrUnderConstraint class.

WriteDescriptionTo ( MessageWriter writer ) : void

Write the constraint description to a MessageWriter

메소드 상세

Matches() 공개 메소드

Test whether the constraint is satisfied by a given value
public Matches ( object actual ) : bool
actual object The value to be tested
리턴 bool

SamePathOrUnderConstraint() 공개 메소드

Initializes a new instance of the T:SamePathOrUnderConstraint class.
public SamePathOrUnderConstraint ( string expected ) : System
expected string The expected path
리턴 System

WriteDescriptionTo() 공개 메소드

Write the constraint description to a MessageWriter
public WriteDescriptionTo ( MessageWriter writer ) : void
writer MessageWriter The writer on which the description is displayed
리턴 void