Step by step

Using tests in Jar files

Contents:


Preamble

Tests are distributed as jar files. The procedure to run tests and fix possible problems is as follows:

Note: This procedure has been tested with Eclipse 3.2

Import Jar file

Attach source code

Up to now it is possible to run the tests but is not possible to look at the test code, which is required to fix the errors possibly revealed by the tests.
You need to associate the source code to the class files:

Run tests

After the previous set-up it is possible to run the tests.
Top of the page
Versione 1.1 - 31 October 2006 © Marco Torchiano