예제 #1
0
 public void IsPositiveIntTest()
 {
     Assert.IsTrue(CoreFn.IsPositiveInt(int.MaxValue.ToString()));
 }