Menu

JsTester / News: Recent posts

JsTester 1.4.2 Released

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

Posted by aalmiray 2009-05-16

JsTester 1.4.1 Released

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

Posted by aalmiray 2008-05-14

JsTester 1.4 Released

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.

Posted by aalmiray 2007-05-26

JsTester 1.3 Released

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

Posted by aalmiray 2006-10-11

JsTester 1.2 Released

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

Posted by aalmiray 2006-09-12

JsTester 1.1 Released

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

Posted by aalmiray 2006-07-28

JsTester 1.0 released

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.

Posted by aalmiray 2006-07-02
MongoDB Logo MongoDB