abc

Summary

Harness status: OK

Found 6 tests

Details

ResultTest NameMessage
PassTesting execCommand with unknown command
Asserts run
Pass
assert_equals(false, false, "Should return false without throwing exception")
    at Test.execCommand_with_unknown_command ( /editing/other/exec-command-never-throw-exceptions.tentative.html:17:5)
PassTesting queryCommandEnabled with unknown command
Asserts run
Pass
assert_equals(false, false, "Should return false without throwing exception")
    at Test.queryCommandEnabled_with_unknown_command ( /editing/other/exec-command-never-throw-exceptions.tentative.html:30:5)
PassTesting queryCommandIndeterm with unknown command
Asserts run
Pass
assert_equals(false, false, "Should return false without throwing exception")
    at Test.queryCommandIndeterm_with_unknown_command ( /editing/other/exec-command-never-throw-exceptions.tentative.html:43:5)
PassTesting queryCommandState with unknown command
Asserts run
Pass
assert_equals(false, false, "Should return false without throwing exception")
    at Test.queryCommandState_with_unknown_command ( /editing/other/exec-command-never-throw-exceptions.tentative.html:56:5)
PassTesting queryCommandSupported with unknown command
Asserts run
Pass
assert_equals(false, false, "Should return false without throwing exception")
    at Test.queryCommandSupported_with_unknown_command ( /editing/other/exec-command-never-throw-exceptions.tentative.html:69:5)
PassTesting queryCommandValue with unknown command
Asserts run
Pass
assert_equals("", "", "Should return empty string without throwing exception")
    at Test.queryCommandValue_with_unknown_command ( /editing/other/exec-command-never-throw-exceptions.tentative.html:82:5)