Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassMust have a methodDetails IDL attribute, which is initialized with to the methodName dictionary value
Asserts run
Pass
assert_idl_attribute(object "[object PaymentMethodChangeEvent]", "methodDetails")
    at Test.<anonymous> ( /payment-request/PaymentMethodChangeEvent/methodDetails-attribute.https.html:17:3)
Pass
assert_equals("pass", "pass")
    at Test.<anonymous> ( /payment-request/PaymentMethodChangeEvent/methodDetails-attribute.https.html:19:3)
PassThe methodDetails member defaults to null
Asserts run
Pass
assert_equals(null, null, "methodDetails attribute must initialize to null")
    at Test.<anonymous> ( /payment-request/PaymentMethodChangeEvent/methodDetails-attribute.https.html:24:3)
Pass
assert_equals(null, null, "methodDetails attribute must initialize to null")
    at Test.<anonymous> ( /payment-request/PaymentMethodChangeEvent/methodDetails-attribute.https.html:27:3)
Pass
assert_equals(null, null, "methodDetails attribute must initialize to null")
    at Test.<anonymous> ( /payment-request/PaymentMethodChangeEvent/methodDetails-attribute.https.html:30:3)