Class 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 in WebserviceTestSuite.
    Author:
    mtaal
    See Also:
    WebserviceTestSuite
    • Constructor Detail

      • StandaloneTestSuite

        public StandaloneTestSuite()