Example #1
0
 public void IntWordTest(decimal input, string expected)
 {
     DefaultConverter.GetIntWord(input).Should().Be(expected);
 }