Testsuite: org.simpleframework.xml.core.OrderTest
Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.129 sec
------------- Standard Output ---------------
<orderExample one="2" two="3.0" three="1">
   <first>first</first>
   <second>second</second>
   <third>third</third>
   <fourth>fourth</fourth>
</orderExample><orderExample one="2" two="3.0" three="1">
   <first>first</first>
   <second>second</second>
   <third>third</third>
   <fourth>fourth</fourth>
</orderExample>
<order-example ID="0" one="2" two="3.0" three="1">
   <!-- java.lang.String -->
   <first ID="1">first</first>
   <!-- java.lang.String -->
   <second ID="2">second</second>
   <!-- java.lang.String -->
   <third ID="3">third</third>
   <!-- java.lang.String -->
   <fourth ID="4">fourth</fourth>
</order-example>>>>>> ELEMENT=[element order-example]
>>>>> TYPE=[class org.simpleframework.xml.core.OrderTest$OrderExample]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
<OrderExample ID="0" one="2" two="3.0" three="1">
   <!-- java.lang.String -->
   <First ID="1">first</First>
   <!-- java.lang.String -->
   <Second ID="2">second</Second>
   <!-- java.lang.String -->
   <Third ID="3">third</Third>
   <!-- java.lang.String -->
   <Fourth ID="4">fourth</Fourth>
</OrderExample>>>>>> ELEMENT=[element OrderExample]
>>>>> TYPE=[class org.simpleframework.xml.core.OrderTest$OrderExample]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
<orderExample one="20" two="30.0" three="10">
   <first>1st</first>
   <second>2nd</second>
   <third>3rd</third>
   <fourth>4th</fourth>
</orderExample><orderExample one="20" two="30.0" three="10">
   <first>1st</first>
   <second>2nd</second>
   <third>3rd</third>
   <fourth>4th</fourth>
</orderExample>
<order-example ID="0" one="20" two="30.0" three="10">
   <!-- java.lang.String -->
   <first ID="1">1st</first>
   <!-- java.lang.String -->
   <second ID="2">2nd</second>
   <!-- java.lang.String -->
   <third ID="3">3rd</third>
   <!-- java.lang.String -->
   <fourth ID="4">4th</fourth>
</order-example>>>>>> ELEMENT=[element order-example]
>>>>> TYPE=[class org.simpleframework.xml.core.OrderTest$OrderExample]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
<OrderExample ID="0" one="20" two="30.0" three="10">
   <!-- java.lang.String -->
   <First ID="1">1st</First>
   <!-- java.lang.String -->
   <Second ID="2">2nd</Second>
   <!-- java.lang.String -->
   <Third ID="3">3rd</Third>
   <!-- java.lang.String -->
   <Fourth ID="4">4th</Fourth>
</OrderExample>>>>>> ELEMENT=[element OrderExample]
>>>>> TYPE=[class org.simpleframework.xml.core.OrderTest$OrderExample]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
------------- ---------------- ---------------

Testcase: testLinkedHashMapOrder took 0.001 sec
Testcase: testSerializationOrder took 0.126 sec
Testcase: testDirectory took 0 sec
