This post originated from an RSS feed registered with Java Buzz
by News Manager.
Original Post: JsTester 1.2 Released
Feed Title: testdriven.com
Feed URL: http://feeds.feedburner.com/testdrivennewslinks?news=10&links=10
Feed Description: Your test-driven development community
Dear TestDriven Community, I'm pleased to announce that JsTester version 1.2 has been released.
Download | Documentation | 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 TestNG and JUnit 4 Updated the howto
Use jstester-1.2-jdk14 with JUnit 3.x and TestNG Use jstester-1.2-jdk15 with JUnit 3.x/4.x and TestNG