Summary

Harness status: OK

Found 6 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_default_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_default_to_json_regular_operation.html:22:9)
Passshould return false when the interface declares a regular toJSON operation with no extended attribute.
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /resources/test/tests/unit/IdlInterface/has_default_to_json_regular_operation.html:27:9)
Passshould return false when the interface declares a regular toJSON operation with another extented attribute.
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /resources/test/tests/unit/IdlInterface/has_default_to_json_regular_operation.html:32:9)
Passshould return true when the interface declares a regular toJSON operation with the [Default] extented attribute.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /resources/test/tests/unit/IdlInterface/has_default_to_json_regular_operation.html:37:9)
Passshould return true when the interface declares a regular toJSON operation with multiple extended attributes, including [Default].
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /resources/test/tests/unit/IdlInterface/has_default_to_json_regular_operation.html:42:9)