Examples of DisplayName


Examples of org.jboss.annotation.javaee.DisplayName

      assertEquals(Description.DEFAULT_LANGUAGE, displayName.language());
   }
  
   public void testNonDefaultLanguage() throws Exception
   {
      DisplayName displayName = unmarshal(DisplayName.class);
      assertEquals("Au revoir", displayName.value());
      assertEquals("fr", displayName.language());
   }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.