C# Class NUnit.Framework.Constraints.SamePathOrUnderConstraint

SamePathOrUnderConstraint tests that one path is under another
Inheritance: PathConstraint
ファイルを表示 Open project: antonsamarsky/emitmapper-tools Class Usage Examples

Public Methods

Method Description
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

Method Details

Matches() public method

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

SamePathOrUnderConstraint() public method

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

WriteDescriptionTo() public method

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