Is.SamePath(String) Method

Definition

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

public static NUnit.Framework.Constraints.SamePathConstraint SamePath (string expected);
static member SamePath : string -> NUnit.Framework.Constraints.SamePathConstraint

Parameters

expected
String

Returns

Applies to