JUnit Extensions Automated unit tests
are a powerful tool to help writing quality software. JUnit is a very useful
framework for writing unit tests for Java. The Tivano JUnit extensions
are a small collection of classes designed to make it easier to work
with JUnit — feel free to grab them off the download page or go have a look at the documentation to see in detail what
thery offer. We hope you find them as useful as we do.
At the moment, the Tivano JUnit extensions offer the following
tools:
Parametrized test suite
A unit test suite that executes the same
test case for a number of different data sets. The test data sets are
defined by means of Java properties.
|