public void TestLevel3Positive4() { bool result = new Level3().TestIsNonEmpty(""); Assert.IsFalse(result); }
public void TestLevel3Positive3() { bool result = new Level3().TestIsNonEmpty("foo"); Assert.IsTrue(result); }