Exemple #1
0
 public void TestDoubleToString(double num, string exp)
 {
     Assert.AreEqual(exp, MyConvert.DoubleToString(num));
 }