Exemplo n.º 1
0
 public void DollarWordTest(decimal input, string expected)
 {
     DefaultConverter.GetDollarWord(input).Should().Be(expected);
 }