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
|
Testsuite: org.simpleframework.xml.convert.ContactEntryTest
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.13 sec
------------- Standard Output ---------------
<entryList>
<entry>
<name>a</name>
<value>A</value>
</entry>
<entry>
<name>b</name>
<value>B</value>
</entry>
<entry>
<name>c</name>
<value>C</value>
</entry>
<other name="Other" value="Value"/>
<inheritConverter>
<name>INHERIT</name>
<value>inherit</value>
</inheritConverter>
<polymorhic class="org.simpleframework.xml.convert.ExampleConverters$ExtendedEntry" name="POLY" value="poly" code="12"/>
<otherList class="java.util.ArrayList">
<entry name="1" value="ONE"/>
<entry name="2" value="TWO"/>
<entry name="3" value="THREE"/>
</otherList>
</entryList>
------------- ---------------- ---------------
Testcase: testContact took 0.125 sec
Testcase: testDirectory took 0.001 sec
|