Beispiel #1
0
 public void ShouldGetHundredWord300()
 {
     var h = new HundredPlace(300);
     Assert.AreEqual(h.ToWord(), "Three Hundred");
 }