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 (unary & binary predicates). JsTester does not extend a TestCase hierarchy, allowing it to be used with junit4 and annotations. [Article Text]