JsUnit Changelog

What's new in JsUnit 1.3

Jul 20, 2011
  • New Features:
  • New EmbeddedTextTestRunner for better integration into other applications
  • New XMLResultPrinter for JUnitReport support
  • TextTestRunner supports new argument --xml
  • New TestCollector interface and implementations
  • TextTestRunner supports new argument --run OPTION
  • Added method assertMatches
  • JsUnit Java library with embedded Rhino
  • Apache Ant Task for JsUnit
  • Apache Maven 2 Plugin for JsUnit
  • Design Changes:
  • Method gluing: The Function object has now a glue method, that will add any function argument to the prototype
  • Explicit regular expression support now by assertMatches instead of undocumented functionality in assertEquals
  • Bug Fixes:
  • Fix AllTests.html in samples
  • Fix tests for BroadVision and iPlanet
  • Interfaces missing in docs for 1.2
  • ResultPrinter failed to print an available CallStack
  • ExceptionTestCase does no longer catch AssertionFailedError
  • JsUtil.prototype.isRhino is now also true for embedded Rhino
  • BaseTestRunner.getTest returns now a proper TestSuite
  • Fix argument handling for TextTestRunner.start