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("b5776121-3ae3-4c4c-b808-919478f7345d", "13d476ca-c276-452d-aa81-44dd5d0cfe03", "Expected PaymentRequest.id be unique per instance")
    at Test.<anonymous> ( /payment-request/payment-request-id-attribute.https.html:34:3)