Is.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 static NUnit.Framework.Constraints.SamePathOrUnderConstraint SamePathOrUnder (string expected);
static member SamePathOrUnder : string -> NUnit.Framework.Constraints.SamePathOrUnderConstraint

Parameters

expected
String

Returns

Applies to