예제 #1
0
 public void DecimalWordTest(decimal input, string expected)
 {
     DefaultConverter.GetDecimalWord(input).Should().Be(expected);
 }