Defines the interface of a
Test case. It is highly recommended that implementations derive from the
AbstractTest class or follow the same implementation approach, so that no exception is thrown from the
run method, which is critical for the operation of the test infrastructure.
@author
Vincent Hardy
@version $Id: Test.java,v 1.4 2004/08/18 07:16:58 vhardy Exp $