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
|
Testsuite: org.simpleframework.xml.core.UnionNamespaceTest
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.138 sec
------------- Standard Output ---------------
<example>
<path>
<x:a xmlns:x="http://www.xml.com/ns">A</x:a>
<x:x xmlns:x="http://www.xml.com/ns">X</x:x>
</path>
</example><example>
<path>
<x:a xmlns:x="http://www.xml.com/ns">A</x:a>
<x:x xmlns:x="http://www.xml.com/ns">X</x:x>
</path>
</example>
<example ID="0">
<path>
<!-- java.lang.String -->
<x:a ID="1" xmlns:x="http://www.xml.com/ns">A</x:a>
<!-- java.lang.String -->
<x:x ID="2" xmlns:x="http://www.xml.com/ns">X</x:x>
</path>
</example>>>>>> ELEMENT=[element example]
>>>>> TYPE=[class org.simpleframework.xml.core.UnionNamespaceTest$Example]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
<Example ID="0">
<Path>
<!-- java.lang.String -->
<x:A ID="1" xmlns:x="http://www.xml.com/ns">A</x:A>
<!-- java.lang.String -->
<x:X ID="2" xmlns:x="http://www.xml.com/ns">X</x:X>
</Path>
</Example>>>>>> ELEMENT=[element Example]
>>>>> TYPE=[class org.simpleframework.xml.core.UnionNamespaceTest$Example]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
------------- ---------------- ---------------
Testcase: testNamespaceWithUnion took 0.136 sec
Testcase: testDirectory took 0 sec
|