XPTest for TogetherJ integrates JUnitX and the UML modelling tool Together.

The TestCase and TestPackage patterns allow the easy creation of classes containing and collecting tests. The XP test module is responsible for the configuration and execution of a test GUI. The patterns and the module are based on JUnit by Kent Beck and Erich Gamma and JUnitX 5.1.

Basically you can create a test class for any class and collect all tests within in a package in a test suite. The test suites can be created for the actual package and all subpackages. So you are able to create a hierarchie to test your project in any granularity you like.

© 2001 A. Heilwagen