Save This Page
Home » openjdk-7 » net.sourceforge.harness.xml » jaxb » harness » [javadoc | source]
net.sourceforge.harness.xml.jaxb.harness
public class: ProjectTestCase [javadoc | source]
java.lang.Object
   net.sourceforge.harness.TestCase
      net.sourceforge.harness.xml.jaxb.harness.ProjectTestCase
Test case for net.sourceforge.harness.jaxb.Author.

Usage: trivial

History:

CVS Information:
$Date: 2003/01/24 10:10:22 $
$Revision: 1.4 $
$Author: mgl $

Method from net.sourceforge.harness.xml.jaxb.harness.ProjectTestCase Summary:
run
Methods from net.sourceforge.harness.TestCase:
check,   check,   check,   check,   end,   error,   getDuration,   getMessages,   getProperty,   getResult,   info,   logCheck,   postConstruct,   preDestruct,   restoreSystemProperties,   run,   setResult,   setupProperties,   start
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from net.sourceforge.harness.xml.jaxb.harness.ProjectTestCase Detail:
 public  void run() throws CheckFailedException, RunException 
    Implements the actual test code. Note: setup and tear down code required by the code under test is implemented in TestCase.postConstruct() and TestCase.preDestruct().