編集

次の方法で共有


ConstraintFactory.SamePathOrUnder(String) Method

Definition

Returns a constraint that tests whether the path provided is the same path or under an expected path after canonicalization.

public NUnit.Framework.Constraints.SamePathOrUnderConstraint SamePathOrUnder (string expected);
member this.SamePathOrUnder : string -> NUnit.Framework.Constraints.SamePathOrUnderConstraint

Parameters

expected
String

Returns

Applies to