Пример #1
0
        public void DecimalConvertedToPounds(decimal total, string poundValue)
        {
            Till till = new Till(new OrderList());

            Assert.AreEqual(poundValue, till.convertToPounds(total));
        }