JsTester 1.4 Released
Dear TestDriven Community,
I’m pleased to announce that JsTester version 1.4 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:
+ Added support for JDK6 javax.script
+ Made JsTestCase and GroovyTestCase abstract






