1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Testsuite: org.simpleframework.xml.core.UnionCycleTest
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.123 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 com.sun.xml.internal.stream.events.StartElementEvent]
<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 com.sun.xml.internal.stream.events.StartElementEvent]
------------- ---------------- ---------------
Testcase: testUnionCycle took 0.12 sec
Testcase: testDirectory took 0 sec
|