Testsuite: org.simpleframework.xml.core.UnionCycleTest
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.352 sec
------------- Standard Output ---------------
<shapeExample id="0">
   <circle id="1">
      <type id="2">CIRCLE</type>
   </circle>
</shapeExample><shapeExample id="0">
   <circle id="1">
      <type id="2">CIRCLE</type>
   </circle>
</shapeExample>
<shape-example ID="0">
   <!-- org.simpleframework.xml.core.UnionCycleTest$Circle -->
   <circle ID="1">
      <!-- java.lang.String -->
      <type ID="2">CIRCLE</type>
   </circle>
</shape-example>>>>>> ELEMENT=[element shape-example]
>>>>> TYPE=[class org.simpleframework.xml.core.UnionCycleTest$ShapeExample]
>>>>> SOURCE=[class org.xmlpull.mxp1.MXParserCachingStrings]
<ShapeExample ID="0">
   <!-- org.simpleframework.xml.core.UnionCycleTest$Circle -->
   <Circle ID="1">
      <!-- java.lang.String -->
      <Type ID="2">CIRCLE</Type>
   </Circle>
</ShapeExample>>>>>> ELEMENT=[element ShapeExample]
>>>>> TYPE=[class org.simpleframework.xml.core.UnionCycleTest$ShapeExample]
>>>>> SOURCE=[class org.xmlpull.mxp1.MXParserCachingStrings]
------------- ---------------- ---------------

Testcase: testUnionCycle took 0.344 sec
Testcase: testDirectory took 0 sec
