Dear Open Source Community,
I'm pleased to announce that JsTester version 1.4.2 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:
+ updated dependencies to latest versions, no code was changed
+ Added encoding parameter to loadScript(). Thanks to Sylvain Mouquet
Dear Open Source Community,
I'm pleased to announce that JsTester version 1.4.1 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:
+ updated dependencies to latest versions, no code was changed
Dear Open Source Community,
I'm pleased to announce that JsTester version 1.4 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 for JDK6 javax.script
+ Made JsTestCase and GroovyTestCase abstract.
Dear Open Source 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
Dear Open Source Community,
I'm pleased to announce that JsTester version 1.2 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 for TestNG and JUnit 4
+ Updated the howto... read more
Dear Open Source Community,
I'm pleased to announce that JsTester version 1.1 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).
The project provides two ways of creating your tests: by inheritance (JsTestCase), and by composition (JsTester). Use JsTestCase as you would normally use any extension of TestCase. Use JsTester with JUnit4 and annotations, or inside another TestCase hierarchy.... read more
Dear Open Source Community,
I'm pleased to announce that JsTester version 1.0 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 by Douglas Crockford's Remedial Javascript, and the ability to use your own validations.