PathConstraint(String) Constructor

Definition

Construct a PathConstraint for a give expected path

protected PathConstraint (string expectedPath);
new NUnit.Framework.Constraints.PathConstraint : string -> NUnit.Framework.Constraints.PathConstraint

Parameters

expectedPath
String

The expected path

Applies to