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