Package org.openbravo.test
Class StandaloneTestSuite
- java.lang.Object
-
- org.openbravo.test.StandaloneTestSuite
-
public class StandaloneTestSuite extends Object
This test class is called from the ant task run.all.tests by the CI server. It contains all the test cases which are runnable and valid and do not require Tomcat to be running. Test cases requiring Tomcat (ie. testing web service requests) should be included inWebserviceTestSuite
.- Author:
- mtaal
- See Also:
WebserviceTestSuite