* @author tomeks
*
*/
public class CustomAnnotationsTest extends TestCase {
public void testAnnotation() throws Exception {
Jsr181WebAnnotations annotations = new Jsr181WebAnnotations();
Map properties = annotations
.getServiceProperties(CustomAnnotations.class);
assertTrue(properties.get(SoapConstants.MTOM_ENABLED)!=null);
assertTrue(properties.get("key1")!=null);
assertTrue(properties.get("singleKey")!=null);