1 22 package test.implementation.interceptor; 23 24 import junit.framework.TestCase; 25 26 import org.jboss.mx.server.ServerConstants; 27 import org.jboss.mx.service.ServiceConstants; 28 29 30 36 public class InterceptorTEST extends TestCase 37 implements ServerConstants, ServiceConstants 38 { 39 public InterceptorTEST(String s) 40 { 41 super(s); 42 } 43 44 45 46 } 47 48 49 | Popular Tags |