|
XUnitCompatibility
Integrating with other JavaScript assertion frameworks.
IntroductionThe goal of the js-test-driver is to be the test runner for JavaScript testing. It is not our goal to be the assertion framework for the JavaScript testing, instead we hope that the open-source community will integrate a wide variety of assertion framework as plugins to js-test-driver. Yahoo UI TestQUnitRuby AutoTestTeam CityOther
JS Unit Mock TimeoutsSee this previous thread discussing it: http://groups.google.com/group/js-test-driver/browse_thread/thread/1393946af440ed90?hl=en Or check out this Google Testing Blog entry: http://googletesting.blogspot.com/2007/03/javascript-simulating-time-in-jsunit.html |
Sign in to add a comment
There's a project of mine which provides a DSL-like assertion mechanism with a rich collection of matchers. This project started as a Hamcrest port to JavaScript?:
http://github.com/danielfm/jshamcrest/tree
It also provides built-in integration to several test runners, js-test-driver included.