Features of Google JS Test include:
- Extremely fast startup and execution time, without needing to run a browser.
- Clean, readable output in the case of both passing and failing tests.
- An optional browser-based test runner that can simply be refreshed whenever JS is changed.
- Style and semantics that resemble Google Test for C++.
- A built-in mocking framework that requires minimal boilerplate code (e.g. no $tearDown or $verifyAll calls), with style and semantics based on the Google C++ Mocking Framework.
- A system of matchers
allowing for expressive tests and easy to read failure output, with
many built-in matchers and the ability for the user to add their own.
http://google-opensource.blogspot.com/2011/09/introducing-google-js-test.html
No comments:
Post a Comment