Exemplo n.º 1
0
 public void IsNonPositiveIntTest()
 {
     Assert.IsTrue(CoreFn.IsNonPositiveInt("0"));
     Assert.IsTrue(CoreFn.IsNonPositiveInt("-1"));
 }