Release Notes: The Report class was made Serializable and tests can now be configured via settings provided in the recipe, on the command line, or via the Edit Recipe dialog. Two methods were added to the public interface of Suite: setUpSuite and tearDownSuite. setUpSuite is called before execute, and tearDownSuite after. Any settings are passed as key value pairs in a Map in the context parameter of setUpSuite. Many other interesting features were added.


Release Notes: The Report class was made Serializable and tests can now be configured via settings provided in the recipe, on the command line, or via the Edit Recipe dialog. Two methods were added to the public interface of Suite: setUpSuite and tearDownSuite. setUpSuite is called before execute, and tearDownSuite after. Any settings are passed as key value pairs in a Map in the context parameter of setUpSuite. Many other interesting features were added.


Release Notes: This version added a new script-driven example, JavaDoc API documentation for the examples, and modified and clarified the contract for Suite's implementation of executeTestMethods.