This post originated from an RSS feed registered with Java Buzz
by News Manager.
Original Post: JsTester 1.3 released
Feed Title: testdriven.com
Feed URL: http://feeds.feedburner.com/testdrivennewslinks?news=10&links=10
Feed Description: Your test-driven development community
I'm pleased to announce that JsTester version 1.3 has been released.
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 Groovy enabled test cases + Updated pom and build with new project structure