Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
Passshould return false when the interface declares no toJSON operation.
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /resources/test/tests/unit/IdlInterface/has_to_json_regular_operation.html:17:9)
Passshould return false when the interface declares a static toJSON operation.
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /resources/test/tests/unit/IdlInterface/has_to_json_regular_operation.html:22:9)
Passshould return true when the interface declares a regular toJSON operation.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /resources/test/tests/unit/IdlInterface/has_to_json_regular_operation.html:27:9)