Summary

Harness status: OK

Found 8 tests

Details

ResultTest NameMessage
PassRTCRtpReceiver should have a null transport initially
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /webrtc/RTCRtpReceiver.https.html:13:5)
PassRTCRtpReceiver should have a transport after sLD(offer)
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /webrtc/RTCRtpReceiver.https.html:21:5)
PassRTCRtpReceiver should have a null transport after rollback of sLD(offer)
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /webrtc/RTCRtpReceiver.https.html:30:5)
PassRTCRtpReceiver should have a null transport after sRD(offer)
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /webrtc/RTCRtpReceiver.https.html:41:5)
PassRTCRtpReceiver should have the same transport object as its corresponding RTCRtpSender
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /webrtc/RTCRtpReceiver.https.html:49:5)
Pass
assert_true(true)
    at Test.<anonymous> ( /webrtc/RTCRtpReceiver.https.html:50:5)
Pass
assert_equals(object "[object RTCDtlsTransport]", object "[object RTCDtlsTransport]")
    at Test.<anonymous> ( /webrtc/RTCRtpReceiver.https.html:51:5)
PassRTCRtpReceivers that share a bundle transport should have the same transport object
Asserts run
Pass
assert_equals(object "[object RTCDtlsTransport]", object "[object RTCDtlsTransport]")
    at Test.<anonymous> ( /webrtc/RTCRtpReceiver.https.html:60:5)
PassRTCRtpReceivers that do not necessarily share a bundle transport should not have the same transport object
Asserts run
Pass
assert_not_equals(object "[object RTCDtlsTransport]", object "[object RTCDtlsTransport]")
    at Test.<anonymous> ( /webrtc/RTCRtpReceiver.https.html:71:5)
Pass
assert_equals(object "[object RTCDtlsTransport]", object "[object RTCDtlsTransport]")
    at Test.<anonymous> ( /webrtc/RTCRtpReceiver.https.html:75:5)
PassRTCRtpReceiver should have the same transport object after an ICE restart
Asserts run
Pass
assert_equals(object "[object RTCDtlsTransport]", object "[object RTCDtlsTransport]")
    at Test.<anonymous> ( /webrtc/RTCRtpReceiver.https.html:93:5)