Example #1
0
 def test_verify_coupon_truemetrix_cust_meter(self):
     utility.verify_coupon_custom(self, 'True Metrix',
                                  strings.option_capsule, "1")
Example #2
0
 def test_verify_coupon_truemetrix_cust_50(self):
     utility.verify_coupon_custom(self, 'True Metrix',
                                  strings.option_quantity, "1")
Example #3
0
 def test_verify_coupon_advil_cust_capsule(self):
     utility.verify_coupon_custom(self, 'Advil', strings.option_capsule,
                                  "1")
Example #4
0
 def test_verify_coupon_advil_cust_500(self):
     utility.verify_coupon_custom(self, 'Advil', strings.option_quantity,
                                  "4")
Example #5
0
 def test_verify_coupon_amoxicillin_cust_60(self):
     utility.verify_coupon_custom(self, 'Amoxicillin',
                                  strings.option_quantity, "5")
Example #6
0
 def test_verify_coupon_advil_cust_gen_motrin(self):
     utility.verify_coupon_custom(self, 'Advil', strings.option_generic,
                                  "3")
Example #7
0
 def test_verify_coupon_amoxicillin_cust_tab(self):
     utility.verify_coupon_custom(self, 'Amoxicillin',
                                  strings.option_capsule, "5")
Example #8
0
 def test_verify_coupon_amoxicillin_cust_doz(self):
     utility.verify_coupon_custom(self, 'Amoxicillin',
                                  strings.option_dosage, "1")
Example #9
0
 def test_verify_coupon_amoxicillin_cust_gen(self):
     utility.verify_coupon_custom(self, 'Amoxicillin',
                                  strings.option_generic, "2")
Example #10
0
 def test_verify_coupon_vicodin_cust_180(self):
     utility.verify_coupon_custom(self, 'Vicodin', strings.option_quantity,
                                  "5")
Example #11
0
 def test_verify_coupon_vicodin_cust_doz7_325(self):
     utility.verify_coupon_custom(self, 'Vicodin', strings.option_dosage,
                                  "6")
Example #12
0
 def test_verify_coupon_vicodin_cust_ml(self):
     utility.verify_coupon_custom(self, 'Vicodin', strings.option_capsule,
                                  "1")
Example #13
0
 def test_verify_coupon_vicodin_cust_gen_xodol(self):
     utility.verify_coupon_custom(self, 'Vicodin', strings.option_generic,
                                  "3")