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
