Artima SuiteRunner is a testing toolkit for Java that can be used with JUnit to run existing JUnit test suites, or standalone to create unit and conformance tests for Java APIs. The advantages it offers to JUnit users include reporters, run paths, and recipe files.
| Tags | Software Development Testing |
|---|---|
| Operating Systems | OS Independent |
| Implementation | Java |
Recent releases


Changes: 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.


Changes: 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.