Beispiel #1
0
 public void GoShopping()
 {
     BuyPhone.Run(this.Context);
     BuyFridgeAndWarranty.Run(this.Context);
     BuyAllDigitals.Run(this.Context, 1);
     BuyGameSystemAndSubscription.Run(this.Context);
     BuyCameraAndGiftWrap.Run(this.Context);
 }
Beispiel #2
0
        public void TestMethod3()
        {
            BuyPhone pack = new BuyPhone(driver);

            pack.specification();
        }