1 7 package org.jboss.test.remoting.transport.http.ssl.basic; 8 9 import org.apache.log4j.Level; 10 import org.jboss.jrunit.harness.TestDriver; 11 12 20 public class HTTPSInvokerTestCase extends TestDriver 21 { 22 public void declareTestClasses() 23 { 24 addTestClasses(HTTPSInvokerTestClient.class.getName(), 25 1, 26 HTTPSInvokerTestServer.class.getName()); 27 } 28 29 protected Level getTestHarnessLogLevel() 30 { 31 return Level.DEBUG; 32 } 33 } | Popular Tags |