1 17 18 19 package org.apache.geronimo.jetty6; 20 21 import junit.framework.TestCase; 22 23 26 public class GBeanInfoTest extends TestCase { 27 28 public void testJettyPOJOWebServiceHolder() throws Exception { 29 new JettyPOJOWebServiceHolder(); 30 } 31 32 public void testJettyContainerImpl() throws Exception { 33 new JettyContainerImpl(null, null); 34 } 35 } 36 | Popular Tags |