| org.apache.ojb.broker.AllTests
AllTests | public class AllTests extends junit.framework.TestSuite (Code) | | the facade to all TestCases in this package.
author: Thomas Mahler version: $Id: AllTests.java,v 1.49.2.8 2005/11/15 14:40:22 arminw Exp $ |
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
|
|
|