NUnit.Framework.Constraints.SubPathConstraint
SubPathConstraint tests that the actual path is under the expected path
namespace NUnit.Framework.Constraints
{
public class SubPathConstraint : PathConstraint
{
public SubPathConstraint(string expected);
}
}