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
|
Testsuite: org.simpleframework.xml.core.ElementListUnionWithNoEntryOrNameTest
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.108 sec
------------- Standard Output ---------------
<exampleWithNoNameOrEntry>
<a>11</a>
<b>2.0</b>
<string>xxx</string>
</exampleWithNoNameOrEntry><exampleWithNoNameOrEntry>
<a>11</a>
<b>2.0</b>
<string>xxx</string>
</exampleWithNoNameOrEntry><exampleWithNoNameOrEntry>
<a>11</a>
<b>2.0</b>
<string>xxx</string>
</exampleWithNoNameOrEntry>
<example-with-no-name-or-entry ID="0">
<!-- java.lang.Integer -->
<a ID="1">11</a>
<!-- java.lang.Double -->
<b ID="2">2.0</b>
<!-- java.lang.String -->
<string ID="3">xxx</string>
</example-with-no-name-or-entry>>>>>> ELEMENT=[element example-with-no-name-or-entry]
>>>>> TYPE=[class org.simpleframework.xml.core.ElementListUnionWithNoEntryOrNameTest$ExampleWithNoNameOrEntry]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
<ExampleWithNoNameOrEntry ID="0">
<!-- java.lang.Integer -->
<A ID="1">11</A>
<!-- java.lang.Double -->
<B ID="2">2.0</B>
<!-- java.lang.String -->
<String ID="3">xxx</String>
</ExampleWithNoNameOrEntry>>>>>> ELEMENT=[element ExampleWithNoNameOrEntry]
>>>>> TYPE=[class org.simpleframework.xml.core.ElementListUnionWithNoEntryOrNameTest$ExampleWithNoNameOrEntry]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
------------- ---------------- ---------------
Testcase: testExample took 0.106 sec
Testcase: testDirectory took 0 sec
|