Examples of CDEChoice


Examples of org.jboss.test.xml.unorderedsequence.support.RootWithMiscGroups.CDEChoice

   @Override
   protected void assertResult(RootWithMiscGroups result)
   {
      assertEquals("a", result.getA());
      assertEquals("b", result.getB());
      CDEChoice cde = result.getCde();
      assertNotNull(cde);
      assertNull(cde.getC());
      DESequence de = cde.getDe();
      assertNotNull(de);
      assertEquals("d", de.getD());
      assertEquals("e", de.getE());
      FGSequence fg = result.getFg();
      assertNotNull(fg);
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.