net.sourceforge.harness.xml.jaxb.harness
public class: TestSuiteTestCase [javadoc |
source]
java.lang.Object
net.sourceforge.harness.TestCase
net.sourceforge.harness.xml.jaxb.harness.TestSuiteTestCase
Test case for net.sourceforge.harness.jaxb.Author.
Usage: trivial
History:
CVS Information:
$Date: 2003/01/24 10:10:23 $
$Revision: 1.4 $
$Author: mgl $
- author:
< - a href="mailto:mgl@users.sourceforge.net>Marcel Schepers
| Method from net.sourceforge.harness.xml.jaxb.harness.TestSuiteTestCase 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.TestSuiteTestCase 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(). |