Ejemplo n.º 1
0
 public void IsNegativeIntTest()
 {
     Assert.IsTrue(CoreFn.IsNegativeInt(int.MinValue.ToString()));
 }