Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PasssetRemoteDescription() with answer not containing data media should not initialize pc.sctp
Asserts run
Pass
assert_equals(null, null, "RTCSctpTransport must be null")
    at Test.<anonymous> ( /webrtc/RTCSctpTransport-constructor.html:51:3)
Pass
assert_equals(null, null, "RTCSctpTransport must remain null")
    at Test.<anonymous> ( /webrtc/RTCSctpTransport-constructor.html:58:3)
PasssetLocalDescription() with answer not containing data media should not initialize pc.sctp
Asserts run
Pass
assert_equals(null, null, "RTCSctpTransport must be null")
    at Test.<anonymous> ( /webrtc/RTCSctpTransport-constructor.html:67:3)
Pass
assert_equals(null, null, "RTCSctpTransport must remain null")
    at Test.<anonymous> ( /webrtc/RTCSctpTransport-constructor.html:74:3)
PasssetRemoteDescription() with answer containing data media should initialize pc.sctp
Asserts run
Pass
assert_equals(null, null, "RTCSctpTransport must be null")
    at Test.<anonymous> ( /webrtc/RTCSctpTransport-constructor.html:99:3)
Pass
assert_equals(1, 1, "Expect m=application line to be present in generated SDP")
    at generateDataChannelOffer ( /webrtc/RTCPeerConnection-helper.js:109:3)
Pass
assert_not_equals(object "[object RTCSctpTransport]", null, "RTCSctpTransport must be available")
    at validateSctpTransport ( /webrtc/RTCSctpTransport-constructor.html:78:3)
Pass
assert_true(true, "Expect pc.sctp to be instance of RTCSctpTransport")
    at validateSctpTransport ( /webrtc/RTCSctpTransport-constructor.html:80:3)
Pass
assert_true(true, "Expect sctp.transport to be instance of RTCDtlsTransport")
    at validateSctpTransport ( /webrtc/RTCSctpTransport-constructor.html:83:3)
Pass
assert_equals("connecting", "connecting", "RTCSctpTransport should be in the connecting state")
    at validateSctpTransport ( /webrtc/RTCSctpTransport-constructor.html:86:3)
Pass
assert_equals("number", "number", "Expect sctp.maxMessageSize to be a number")
    at validateSctpTransport ( /webrtc/RTCSctpTransport-constructor.html:89:3)
PasssetLocalDescription() with answer containing data media should initialize pc.sctp
Asserts run
Pass
assert_equals(null, null, "RTCSctpTransport must be null")
    at Test.<anonymous> ( /webrtc/RTCSctpTransport-constructor.html:115:3)
Pass
assert_equals(1, 1, "Expect m=application line to be present in generated SDP")
    at generateDataChannelOffer ( /webrtc/RTCPeerConnection-helper.js:109:3)
Pass
assert_not_equals(object "[object RTCSctpTransport]", null, "RTCSctpTransport must be available")
    at validateSctpTransport ( /webrtc/RTCSctpTransport-constructor.html:78:3)
Pass
assert_true(true, "Expect pc.sctp to be instance of RTCSctpTransport")
    at validateSctpTransport ( /webrtc/RTCSctpTransport-constructor.html:80:3)
Pass
assert_true(true, "Expect sctp.transport to be instance of RTCDtlsTransport")
    at validateSctpTransport ( /webrtc/RTCSctpTransport-constructor.html:83:3)
Pass
assert_equals("connecting", "connecting", "RTCSctpTransport should be in the connecting state")
    at validateSctpTransport ( /webrtc/RTCSctpTransport-constructor.html:86:3)
Pass
assert_equals("number", "number", "Expect sctp.maxMessageSize to be a number")
    at validateSctpTransport ( /webrtc/RTCSctpTransport-constructor.html:89:3)