Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassConstants on constructors CONNECTING
Asserts run
Pass
assert_equals(0, 0, "WebSocket.CONNECTING")
    at Test.<anonymous> ( /websockets/interfaces/WebSocket/constants/001.html:14:5)
PassConstants on constructors OPEN
Asserts run
Pass
assert_equals(1, 1, "WebSocket.OPEN")
    at Test.<anonymous> ( /websockets/interfaces/WebSocket/constants/001.html:14:5)
PassConstants on constructors CLOSING
Asserts run
Pass
assert_equals(2, 2, "WebSocket.CLOSING")
    at Test.<anonymous> ( /websockets/interfaces/WebSocket/constants/001.html:14:5)
PassConstants on constructors CLOSED
Asserts run
Pass
assert_equals(3, 3, "WebSocket.CLOSED")
    at Test.<anonymous> ( /websockets/interfaces/WebSocket/constants/001.html:14:5)