NUnit.Framework.Constraints.SamePathOrUnderConstraint.SamePathOrUnderConstraint C# (CSharp) 메소드

SamePathOrUnderConstraint() 공개 메소드

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