Rhino.Drivers.JsDriver.Tests.Excluded C# (CSharp) Method

Excluded() private method

private Excluded ( string path ) : bool
path string
return bool
			private bool Excluded(string path)
			{
				if (skip.Length == 0)
				{
					return false;
				}
				return TestUtils.Matches(skip, path);
			}