You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
etesync-android/libs/simple-xml-2.7/test/report/TEST-org.simpleframework.xm...

39 lines
1.4 KiB

Testsuite: org.simpleframework.xml.core.UnionNamespaceTest
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.135 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.134 sec
Testcase: testDirectory took 0 sec