Description
The djux JUnitExtensions make it possible to define test resources as known from the Smalltalk SUnit. Unit tests are speeded up by using test resources, because time-consuming initializations are only done once and remain active over a series of tests. As an example, a database connection is opened before executing the first unit test and can be accessed during the whole testing circle. It isn’t necessary to re-open the database connection before an unit test is executed.
Details
- Listing categories Unit test
- Licence Open Source
- Status Unknown
- Supported Technology Java
- User Interface Command line
Contact
- E-mail jens-uwe.pipka@jup-net.de
- Website http://www.jup-net.de/djux/
Post New Review
You must be logged in to post a comment.