Package org.jboss.test.kernel.annotations.support

Examples of org.jboss.test.kernel.annotations.support.MockFieldTester


      return new MockFieldBeanAnnotationAdapter();
   }

   public void testFieldUsage() throws Throwable
   {
      MockFieldTester tester = new MockFieldTester();
      try
      {
         runAnnotationsOnTarget(tester, BeanAccessMode.ALL);
         Set<String> expected = new HashSet<String>(Arrays.asList("date", "time", "string"));
         assertEquals(expected, MockInjectPlugin.INSTANCE.getFieldNames());
View Full Code Here

TOP

Related Classes of org.jboss.test.kernel.annotations.support.MockFieldTester

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.