示例#1
0
 public void IsNonNegativeIntTest()
 {
     Assert.IsTrue(CoreFn.IsNonNegativeInt("0"));
     Assert.IsTrue(CoreFn.IsNonNegativeInt("1"));
 }