Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
Passsetting direction should change transceiver.direction
Asserts run
Pass
assert_equals("sendrecv", "sendrecv")
    at Test.<anonymous> ( /webrtc/RTCRtpTransceiver-direction.html:32:5)
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /webrtc/RTCRtpTransceiver-direction.html:33:5)
Pass
assert_equals("recvonly", "recvonly")
    at Test.<anonymous> ( /webrtc/RTCRtpTransceiver-direction.html:36:5)
Pass
assert_equals(null, null, "Expect transceiver.currentDirection to not change")
    at Test.<anonymous> ( /webrtc/RTCRtpTransceiver-direction.html:37:5)
Passsetting direction with same direction should have no effect
Asserts run
Pass
assert_equals("sendonly", "sendonly")
    at Test.<anonymous> ( /webrtc/RTCRtpTransceiver-direction.html:50:5)
Pass
assert_equals("sendonly", "sendonly")
    at Test.<anonymous> ( /webrtc/RTCRtpTransceiver-direction.html:52:5)
Passsetting direction should change transceiver.direction independent of transceiver.currentDirection
Asserts run
Pass
assert_equals("recvonly", "recvonly")
    at Test.<anonymous> ( /webrtc/RTCRtpTransceiver-direction.html:60:5)
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /webrtc/RTCRtpTransceiver-direction.html:61:5)
Pass
assert_equals("inactive", "inactive")
    at  /webrtc/RTCRtpTransceiver-direction.html:69:7
Pass
assert_equals("sendrecv", "sendrecv")
    at  /webrtc/RTCRtpTransceiver-direction.html:71:7
Pass
assert_equals("inactive", "inactive")
    at  /webrtc/RTCRtpTransceiver-direction.html:72:7