Package org.jboss.test.metadata.loader.reflection.support

Examples of org.jboss.test.metadata.loader.reflection.support.TestAnnotationWithValue


  
   protected void doTest(MetaData metaData, String expected) throws Exception
   {
      assertNotNull(metaData);

      TestAnnotationWithValue annotation = metaData.getAnnotation(TestAnnotationWithValue.class);
      assertNotNull(annotation);
      assertEquals(expected, annotation.value());
   }
View Full Code Here

TOP

Related Classes of org.jboss.test.metadata.loader.reflection.support.TestAnnotationWithValue

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.