Summary

Harness status: OK

Found 7 tests

Details

ResultTest NameMessage
PassIdlArray constructor should be a global object
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /resources/test/tests/unit/basic.html:15:9)
PassIdlArray constructor should be constructible
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /resources/test/tests/unit/basic.html:18:9)
PassWebIDL2 namespace should be a global object
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /resources/test/tests/unit/basic.html:21:9)
PassWebIDL2 namespace should have a parse method
Asserts run
Pass
assert_equals("function", "function")
    at Test.<anonymous> ( /resources/test/tests/unit/basic.html:24:9)
PassWebIDL2 parse method should bail on incorrect WebIDL
Asserts run
Pass
assert_equals("WebIDLParseError", "WebIDLParseError")
    at Test.<anonymous> ( /resources/test/tests/unit/basic.html:31:13)
PassWebIDL2 parse method should produce an AST for correct WebIDL
Asserts run
Pass
assert_equals("object", "object")
    at Test.<anonymous> ( /resources/test/tests/unit/basic.html:35:9)
Passassert_throws should throw if no IdlHarnessError thrown
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /resources/test/tests/unit/basic.html:43:13)