File: TEST-org.simpleframework.xml.convert.ContactEntryTest.txt

package info (click to toggle)
simple-xml 2.7.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 8,524 kB
  • sloc: java: 45,356; xml: 277; sh: 11; makefile: 10
file content (32 lines) | stat: -rw-r--r-- 950 bytes parent folder | download | duplicates (3)
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