Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassTest that calling cancelWatchAvailability() with an id does remove the callback, and calling cancelWatchAvailability with a removed id throws NotFoundError.
Asserts run
Pass
assert_equals("NotFoundError", "NotFoundError")
    at Test.<anonymous> ( /remote-playback/cancel-watch-availability.html:21:21)
PassTest that calling cancelWatchAvailability() without an id removes all the callbacks, and calling cancelWatchAvailability() with a removed id throws NotFoundError.
Asserts run
Pass
assert_equals("NotFoundError", "NotFoundError")
    at Test.<anonymous> ( /remote-playback/cancel-watch-availability.html:46:19)
Pass
assert_equals("NotFoundError", "NotFoundError")
    at Test.<anonymous> ( /remote-playback/cancel-watch-availability.html:50:23)