| OLD | NEW |
| 1 CONSOLE WARNING: line 248: Cannot yet distinguish credit, debit, and prepaid car
ds. | 1 CONSOLE WARNING: line 248: Cannot yet distinguish credit, debit, and prepaid car
ds. |
| 2 CONSOLE WARNING: line 252: Cannot yet distinguish credit, debit, and prepaid car
ds. | 2 CONSOLE WARNING: line 252: Cannot yet distinguish credit, debit, and prepaid car
ds. |
| 3 This is a testharness.js-based test. | 3 This is a testharness.js-based test. |
| 4 Harness Error. harness_status.status = 1 , harness_status.message = 17 duplicate
test names: "Duplicate supported payment method identifiers should not throw.",
"Duplicate supported payment method identifiers in modifiers should not throw."
, "Undefined currency code should throw", "Invalid amount "-" should throw", "In
valid amount "notdigits" should throw", "Invalid amount "ALSONOTDIGITS" should t
hrow", "Invalid amount "10." should throw", "Invalid amount ".99" should throw",
"Invalid amount "-10." should throw", "Invalid amount "-.99" should throw", "In
valid amount "10-" should throw", "Invalid amount "1-0" should throw", "Invalid
amount "1.0.0" should throw", "Invalid amount "1/3" should throw", "Empty amount
should throw", "Null amount should throw", "Undefined amount should throw" | 4 Harness Error. harness_status.status = 1 , harness_status.message = 17 duplicate
test names: "Duplicate supported payment method identifiers should not throw.",
"Duplicate supported payment method identifiers in modifiers should not throw."
, "Undefined currency code should throw", "Invalid amount "-" should throw", "In
valid amount "notdigits" should throw", "Invalid amount "ALSONOTDIGITS" should t
hrow", "Invalid amount "10." should throw", "Invalid amount ".99" should throw",
"Invalid amount "-10." should throw", "Invalid amount "-.99" should throw", "In
valid amount "10-" should throw", "Invalid amount "1-0" should throw", "Invalid
amount "1.0.0" should throw", "Invalid amount "1/3" should throw", "Empty amount
should throw", "Null amount should throw", "Undefined amount should throw" |
| 5 PASS Creating a PaymentRequest with empty parameters should not throw or crash. | 5 PASS Creating a PaymentRequest with empty parameters should not throw or crash. |
| 6 PASS Creating a PaymentRequest with extra parameters should not throw or crash. | 6 PASS Creating a PaymentRequest with extra parameters should not throw or crash. |
| 7 PASS Creating a PaymentRequest with omitted optional parameters should not throw
or crash. | 7 PASS Creating a PaymentRequest with omitted optional parameters should not throw
or crash. |
| 8 PASS Creating a PaymentRequest with undefined optional parameters should not thr
ow or crash. | 8 PASS Creating a PaymentRequest with undefined optional parameters should not thr
ow or crash. |
| 9 PASS Creating a PaymentRequest with null optional parameters should not throw or
crash. | 9 PASS Creating a PaymentRequest with null optional parameters should not throw or
crash. |
| 10 PASS PaymentRequest should have readonly shippingAddress and shippingOption prop
erties. | 10 PASS PaymentRequest should have readonly shippingAddress and shippingOption prop
erties. |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 PASS Null for shppingType should throw a TypeError | 68 PASS Null for shppingType should throw a TypeError |
| 69 PASS Array value for shppingType should throw a TypeError | 69 PASS Array value for shppingType should throw a TypeError |
| 70 PASS Object value for shppingType should throw a TypeError | 70 PASS Object value for shppingType should throw a TypeError |
| 71 PASS Numeric value for shppingType should throw a TypeError | 71 PASS Numeric value for shppingType should throw a TypeError |
| 72 PASS Array value for payment method specific data parameter should throw | 72 PASS Array value for payment method specific data parameter should throw |
| 73 PASS String value for payment method specific data parameter should throw | 73 PASS String value for payment method specific data parameter should throw |
| 74 PASS Numeric value for payment method specific data parameter should throw | 74 PASS Numeric value for payment method specific data parameter should throw |
| 75 PASS Infinite JSON value for one of the payment method specific data pieces shou
ld throw | 75 PASS Infinite JSON value for one of the payment method specific data pieces shou
ld throw |
| 76 PASS Null for payment method specific data parameter should throw | 76 PASS Null for payment method specific data parameter should throw |
| 77 PASS Empty string for payment method specific data parameter should throw | 77 PASS Empty string for payment method specific data parameter should throw |
| 78 PASS If details contains a null value for error, then throw a TypeError | |
| 79 PASS If details contains an empty string value for error, then throw a TypeError
| |
| 80 PASS If details contains a non-empty string value for error, then throw a TypeEr
ror | |
| 81 PASS Undefined currency code should throw | 78 PASS Undefined currency code should throw |
| 82 PASS Invalid amount "-" should throw | 79 PASS Invalid amount "-" should throw |
| 83 PASS Invalid amount "notdigits" should throw | 80 PASS Invalid amount "notdigits" should throw |
| 84 PASS Invalid amount "ALSONOTDIGITS" should throw | 81 PASS Invalid amount "ALSONOTDIGITS" should throw |
| 85 PASS Invalid amount "10." should throw | 82 PASS Invalid amount "10." should throw |
| 86 PASS Invalid amount ".99" should throw | 83 PASS Invalid amount ".99" should throw |
| 87 PASS Invalid amount "-10." should throw | 84 PASS Invalid amount "-10." should throw |
| 88 PASS Invalid amount "-.99" should throw | 85 PASS Invalid amount "-.99" should throw |
| 89 PASS Invalid amount "10-" should throw | 86 PASS Invalid amount "10-" should throw |
| 90 PASS Invalid amount "1-0" should throw | 87 PASS Invalid amount "1-0" should throw |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 PASS Invalid amount "-.99" should throw | 145 PASS Invalid amount "-.99" should throw |
| 149 PASS Invalid amount "10-" should throw | 146 PASS Invalid amount "10-" should throw |
| 150 PASS Invalid amount "1-0" should throw | 147 PASS Invalid amount "1-0" should throw |
| 151 PASS Invalid amount "1.0.0" should throw | 148 PASS Invalid amount "1.0.0" should throw |
| 152 PASS Invalid amount "1/3" should throw | 149 PASS Invalid amount "1/3" should throw |
| 153 PASS Empty amount should throw | 150 PASS Empty amount should throw |
| 154 PASS Null amount should throw | 151 PASS Null amount should throw |
| 155 PASS Undefined amount should throw | 152 PASS Undefined amount should throw |
| 156 Harness: the test ran to completion. | 153 Harness: the test ran to completion. |
| 157 | 154 |
| OLD | NEW |