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 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188
|
Testsuite: org.simpleframework.xml.core.PathStructureTest
Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.177 sec
------------- Standard Output ---------------
some
fifth
sixth
group
ninth
path
other
path
fourth
first
second
third
tenth
<exampleAssembledType f="This is f" g="This is g">
<some>
<path a="This is a" d="This is d" e="This is e" h="This is h"/>
<other>
<path>
<first>The first element</first>
<second>The second element</second>
<third>The third element</third>
<tenth>The tenth element</tenth>
</path>
<fourth>The fourth element</fourth>
</other>
</some>
<fifth>The fifth element</fifth>
<sixth>The sixth element</sixth>
<group>
<example b="This is b" c="This is c"/>
<blah>
<eight>The eight element</eight>
</blah>
<seventh>The seventh element</seventh>
</group>
<ninth>The ninth element</ninth>
</exampleAssembledType><exampleAssembledType f="This is f" g="This is g">
<some>
<path a="This is a" d="This is d" e="This is e" h="This is h"/>
<other>
<path>
<first>The first element</first>
<second>The second element</second>
<third>The third element</third>
<tenth>The tenth element</tenth>
</path>
<fourth>The fourth element</fourth>
</other>
</some>
<fifth>The fifth element</fifth>
<sixth>The sixth element</sixth>
<group>
<example b="This is b" c="This is c"/>
<blah>
<eight>The eight element</eight>
</blah>
<seventh>The seventh element</seventh>
</group>
<ninth>The ninth element</ninth>
</exampleAssembledType><exampleAssembledType f="This is f" g="This is g">
<some>
<path a="This is a" d="This is d" e="This is e" h="This is h"/>
<other>
<path>
<first>The first element</first>
<second>The second element</second>
<third>The third element</third>
<tenth>The tenth element</tenth>
</path>
<fourth>The fourth element</fourth>
</other>
</some>
<fifth>The fifth element</fifth>
<sixth>The sixth element</sixth>
<group>
<example b="This is b" c="This is c"/>
<blah>
<eight>The eight element</eight>
</blah>
<seventh>The seventh element</seventh>
</group>
<ninth>The ninth element</ninth>
</exampleAssembledType>
<example-assembled-type ID="0" f="This is f" g="This is g">
<some>
<path a="This is a" d="This is d" e="This is e" h="This is h"/>
<other>
<path>
<!-- java.lang.String -->
<first ID="1">The first element</first>
<!-- java.lang.String -->
<second ID="2">The second element</second>
<!-- java.lang.String -->
<third ID="3">The third element</third>
<!-- java.lang.String -->
<tenth ID="4">The tenth element</tenth>
</path>
<!-- java.lang.String -->
<fourth ID="5">The fourth element</fourth>
</other>
</some>
<!-- java.lang.String -->
<fifth ID="6">The fifth element</fifth>
<!-- java.lang.String -->
<sixth ID="7">The sixth element</sixth>
<group>
<example b="This is b" c="This is c"/>
<blah>
<!-- java.lang.String -->
<eight ID="8">The eight element</eight>
</blah>
<!-- java.lang.String -->
<seventh ID="9">The seventh element</seventh>
</group>
<!-- java.lang.String -->
<ninth ID="10">The ninth element</ninth>
</example-assembled-type>>>>>> ELEMENT=[element example-assembled-type]
>>>>> TYPE=[class org.simpleframework.xml.core.PathStructureTest$ExampleAssembledType]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
<ExampleAssembledType ID="0" f="This is f" g="This is g">
<Some>
<Path a="This is a" d="This is d" e="This is e" h="This is h"/>
<Other>
<Path>
<!-- java.lang.String -->
<First ID="1">The first element</First>
<!-- java.lang.String -->
<Second ID="2">The second element</Second>
<!-- java.lang.String -->
<Third ID="3">The third element</Third>
<!-- java.lang.String -->
<Tenth ID="4">The tenth element</Tenth>
</Path>
<!-- java.lang.String -->
<Fourth ID="5">The fourth element</Fourth>
</Other>
</Some>
<!-- java.lang.String -->
<Fifth ID="6">The fifth element</Fifth>
<!-- java.lang.String -->
<Sixth ID="7">The sixth element</Sixth>
<Group>
<Example b="This is b" c="This is c"/>
<Blah>
<!-- java.lang.String -->
<Eight ID="8">The eight element</Eight>
</Blah>
<!-- java.lang.String -->
<Seventh ID="9">The seventh element</Seventh>
</Group>
<!-- java.lang.String -->
<Ninth ID="10">The ninth element</Ninth>
</ExampleAssembledType>>>>>> ELEMENT=[element ExampleAssembledType]
>>>>> TYPE=[class org.simpleframework.xml.core.PathStructureTest$ExampleAssembledType]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
------------- ---------------- ---------------
------------- Standard Error -----------------
<ExampleAssembledType f="This is f" g="This is g">
<Some>
<Path a="This is a" d="This is d" e="This is e" h="This is h"/>
<Other>
<Path>
<First>The first element</First>
<Second>The second element</Second>
<Third>The third element</Third>
<Tenth>The tenth element</Tenth>
</Path>
<Fourth>The fourth element</Fourth>
</Other>
</Some>
<Fifth>The fifth element</Fifth>
<Sixth>The sixth element</Sixth>
<Group>
<Example b="This is b" c="This is c"/>
<Blah>
<Eight>The eight element</Eight>
</Blah>
<Seventh>The seventh element</Seventh>
</Group>
<Ninth>The ninth element</Ninth>
</ExampleAssembledType>------------- ---------------- ---------------
Testcase: testOrder took 0.067 sec
Testcase: testSerialization took 0.109 sec
Testcase: testDirectory took 0 sec
|