예제 #1
0
        public void PaackingSlipforBook()
        {
            Paymentprocess p = new Paymentprocess();

            bool isSuccessed = p.ShipingService("Bo");

            //Assert
            Assert.IsTrue(isSuccessed);
        }
예제 #2
0
        public void  PaackingSlipforProduct()
        {
            Paymentprocess p = new Paymentprocess();

            bool isSuccessed = p.ShipingService("phsyical");

            //Assert
            Assert.IsTrue(isSuccessed);
        }