Ejemplo n.º 1
0
 public void CentWordTest(decimal input, string expected)
 {
     DefaultConverter.GetCentWord(input).Should().Be(expected);
 }