Displaying 1 result from an estimated 1 matches for "id_of_test_log_contain".
Did you mean:
id_of_test_log_container
2005 Aug 02
1
JavaScript unit testing
...ual, "optional message");
// see unittest.js for more asserts
// do more, assert more...
waitForAjax(function() { // helper for ajax calls
(because they''re asynchronous), waits for 1 second
// asserts ...
});
}}
}, "id_of_test_log_container");
You''ll also need an empty div that you reference to, this empty div
will be filled with a table containing nicely listed details about
the test run.
When trying this out, be sure to try to set some conditions so that
they fail!
Please comment on this, what would be good...