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
|
Testsuite: org.simpleframework.xml.core.PathDuplicateTest
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.108 sec
------------- Standard Output ---------------
<example>
<y>
<x>a</x>
</y>
<y>
<x>b</x>
</y>
</example>
<StyleExample>
<Path>
<Details>
<Name>a</Name>
</Details>
</Path>
<Path>
<Details>
<Name>b</Name>
</Details>
</Path>
</StyleExample>
------------- ---------------- ---------------
Testcase: testDup took 0.095 sec
Testcase: testStyleDup took 0.01 sec
|