private void WhenTheInputIsProcessed()
 {
     _inputProcessor.ProcessInput();
 }
Ejemplo n.º 2
0
        public void TestInBillionDollarRange()
        {
            var word = _inputProcessor.ProcessInput("1357256.32");

            Assert.AreEqual(word.Trim(), "one million, three hundred and fifty seven thousand, two hundred and fifty six DOLLARS AND thirty two CENTS.");
        }