UnityEngine.NUnit.Framework.Constraints.PathConstraint.PathConstraint C# (CSharp) Method

PathConstraint() protected method

Construct a PathConstraint for a give expected path
protected PathConstraint ( string expectedPath ) : System
expectedPath string The expected path
return System
		protected PathConstraint( string expectedPath ) : base(expectedPath)
		{
			this.expectedPath = expectedPath;
        }