I'm pleased to announce that JsTester version 1.4.1 has been released.
Download | Documentation | Faq | Changes
JsTester allows validation of javaScript code inside java. It provides a group of assert methods like JUnit's Assert, it also supports the validations described in http://javascript.crockford.com/remedial.html, and the ability to use your own validations (unary & binary predicates).
Changes:
- Updated dependencies to latest versions, no code was changed