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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
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
|