Пример #1
0
 public void Test_ConvertTensToWords(int tens, string concat, string expectResult)
 {
     Assert.That(cs.ConvertTensToWords(tens, concat).Equals(expectResult));
 }