Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassPaymentRequest's id attribute's value can be set via PaymentDetailsInit dictionary
Asserts run
Pass
assert_idl_attribute(object "[object PaymentRequest]", "id")
    at Test.<anonymous> ( /payment-request/payment-request-id-attribute.https.html:17:3)
Pass
assert_equals("pass", "pass", "Expected PaymentRequest.id to be 'pass'")
    at Test.<anonymous> ( /payment-request/payment-request-id-attribute.https.html:18:3)
PassPaymentRequest's id attribute must be a UUID when PaymentDetailsInit.id is missing
Asserts run
Pass
assert_true(true, "Expected PaymentRequest.id be a UUID")
    at Test.<anonymous> ( /payment-request/payment-request-id-attribute.https.html:30:3)
Pass
assert_not_equals("b7b79c86-37e3-4df9-88a8-454ad643fd49", "5bdf09e9-8c8c-4271-94da-79ce79258cf5", "Expected PaymentRequest.id be unique per instance")
    at Test.<anonymous> ( /payment-request/payment-request-id-attribute.https.html:34:3)