Exemplo n.º 1
0
 public void NumericUtility_ParseInt64_1()
 {
     Assert.AreEqual(123, NumericUtility.ParseInt64("123"));
 }