| org.apache.ojb.otm.AllTests
AllTests | public class AllTests extends junit.framework.TestSuite (Code) | | the facade to all TestCases in this package.
author: Thomas Mahler |
Method Summary | |
public static void | main(String[] args) runs the suite in a junit.textui.TestRunner. | public static Test | suite() |
main | public static void main(String[] args)(Code) | | runs the suite in a junit.textui.TestRunner.
|
suite | public static Test suite()(Code) | | build a TestSuite from all the TestCases in this package
|
|
|