Testsuite: org.simpleframework.xml.core.NestedElementTest
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.42 sec
------------- Standard Output ---------------
<nestedElementExample>
   <contact-info>
      <phone area-code="61">
         <mobile>34512345</mobile>
         <home>63356464</home>
      </phone>
      <address>
         <city>London</city>
         <street>Bevenden</street>
      </address>
   </contact-info>
</nestedElementExample>
<nestedElementExample>
   <contact-info>
      <phone area-code="61">
         <mobile>34512345</mobile>
         <home>63356464</home>
      </phone>
      <address>
         <city>London</city>
         <street>Bevenden</street>
      </address>
   </contact-info>
</nestedElementExample><nestedElementExample>
   <contact-info>
      <phone area-code="61">
         <mobile>34512345</mobile>
         <home>63356464</home>
      </phone>
      <address>
         <city>London</city>
         <street>Bevenden</street>
      </address>
   </contact-info>
</nestedElementExample>
<nested-element-example ID="0">
   <contact-info>
      <phone area-code="61">
         <!-- java.lang.String -->
         <mobile ID="1">34512345</mobile>
         <!-- java.lang.String -->
         <home ID="2">63356464</home>
      </phone>
      <address>
         <!-- java.lang.String -->
         <city ID="3">London</city>
         <!-- java.lang.String -->
         <street ID="4">Bevenden</street>
      </address>
   </contact-info>
</nested-element-example>>>>>> ELEMENT=[element nested-element-example]
>>>>> TYPE=[class org.simpleframework.xml.core.NestedElementTest$NestedElementExample]
>>>>> SOURCE=[class org.xmlpull.mxp1.MXParserCachingStrings]
<NestedElementExample ID="0">
   <ContactInfo>
      <Phone areaCode="61">
         <!-- java.lang.String -->
         <Mobile ID="1">34512345</Mobile>
         <!-- java.lang.String -->
         <Home ID="2">63356464</Home>
      </Phone>
      <Address>
         <!-- java.lang.String -->
         <City ID="3">London</City>
         <!-- java.lang.String -->
         <Street ID="4">Bevenden</Street>
      </Address>
   </ContactInfo>
</NestedElementExample>>>>>> ELEMENT=[element NestedElementExample]
>>>>> TYPE=[class org.simpleframework.xml.core.NestedElementTest$NestedElementExample]
>>>>> SOURCE=[class org.xmlpull.mxp1.MXParserCachingStrings]
------------- ---------------- ---------------

Testcase: testNestedExample took 0.412 sec
Testcase: testDirectory took 0 sec
