示例#1
0
 public void TenWordsTest(int tens, string expected)
 {
     DefaultConverter.TensWords(tens).Should().Be(expected);
 }