Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassRTCDtlsTransport.prototype.getRemoteCertificates
Asserts run
Pass
assert_array_equals([], [], "Expect DTLS certificates be initially empty until become connected")
    at Test.<anonymous> ( /webrtc/RTCDtlsTransport-getRemoteCertificates.html:80:11)
Pass
assert_array_equals([], [], "Expect DTLS certificates be initially empty until become connected")
    at Test.<anonymous> ( /webrtc/RTCDtlsTransport-getRemoteCertificates.html:80:11)
Pass
assert_greater_than(1, 0, "Expect DTLS transport to have at least one remote certificate when connected")
    at Test.<anonymous> ( /webrtc/RTCDtlsTransport-getRemoteCertificates.html:60:9)
Pass
assert_true(true, "Expect certificate elements be instance of ArrayBuffer")
    at Test.<anonymous> ( /webrtc/RTCDtlsTransport-getRemoteCertificates.html:64:11)
Pass
assert_greater_than(1, 0, "Expect DTLS transport to have at least one remote certificate when connected")
    at Test.<anonymous> ( /webrtc/RTCDtlsTransport-getRemoteCertificates.html:60:9)
Pass
assert_true(true, "Expect certificate elements be instance of ArrayBuffer")
    at Test.<anonymous> ( /webrtc/RTCDtlsTransport-getRemoteCertificates.html:64:11)