Пример #1
0
 public void TestIntToStr(int num, string exp)
 {
     Assert.AreEqual(exp, MyConvert.IntToStr(num));
 }