NUnit.Framework.Constraints.SamePathOrUnderConstraint.SamePathOrUnderConstraint C# (CSharp) Method

SamePathOrUnderConstraint() public method

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