public void CheckWrongPath() { var result = pathReader.CheckPath("/NoDir"); Assert.IsFalse(result, "Wrong path should return false"); }