| java.lang.Object org.apache.ojb.broker.sqlcount.AllTests
AllTests | public class AllTests (Code) | | The facade to all TestCases in this package.
author: Armin Waibel version: $Id: AllTests.java,v 1.3.2.1 2005/12/21 22:31:28 tomdz 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
|
|
|