예제 #1
0
        public void ExecuteCreationTest()
        {
            Bank  bank       = Bank.Init();
            IBill oneHundred = bank.ExecuteCreation(Bills.OneHundred);

            Assert.AreEqual(100, oneHundred.GetAmount());
        }