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