C# Class NUnit.Framework.Constraints.SamePathConstraint

Summary description for SamePathConstraint.
Inheritance: PathConstraint
Afficher le fichier Open project: antonsamarsky/emitmapper-tools Class Usage Examples

Méthodes publiques

Méthode Description
Matches ( object actual ) : bool

Test whether the constraint is satisfied by a given value

SamePathConstraint ( string expected ) : System

Initializes a new instance of the T:SamePathConstraint class.

WriteDescriptionTo ( MessageWriter writer ) : void

Write the constraint description to a MessageWriter

Method Details

Matches() public méthode

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

SamePathConstraint() public méthode

Initializes a new instance of the T:SamePathConstraint class.
public SamePathConstraint ( string expected ) : System
expected string The expected path
Résultat System

WriteDescriptionTo() public méthode

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