File: TEST-org.simpleframework.xml.core.MultiElementMapTest.txt

package info (click to toggle)
simple-xml 2.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 8,444 kB
  • ctags: 10,002
  • sloc: java: 45,332; xml: 228; makefile: 13; sh: 11
file content (108 lines) | stat: -rw-r--r-- 3,090 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
Testsuite: org.simpleframework.xml.core.MultiElementMapTest
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.138 sec
------------- Standard Output ---------------
<properties>
   <entry>
      <key>boolean-value</key>
      <value>
         <boolean>true</boolean>
      </value>
   </entry>
   <entry>
      <key>int-value</key>
      <value>
         <int>42</int>
      </value>
   </entry>
   <entry>
      <key>string-value</key>
      <value>
         <string>hello world</string>
      </value>
   </entry>
</properties><properties>
   <entry>
      <key>boolean-value</key>
      <value>
         <boolean>true</boolean>
      </value>
   </entry>
   <entry>
      <key>int-value</key>
      <value>
         <int>42</int>
      </value>
   </entry>
   <entry>
      <key>string-value</key>
      <value>
         <string>hello world</string>
      </value>
   </entry>
</properties>
<properties ID="0">
   <entry>
      <!-- java.lang.String -->
      <key ID="1">boolean-value</key>
      <!-- org.simpleframework.xml.core.MultiElementMapTest$Value -->
      <value ID="2">
         <!-- java.lang.Boolean -->
         <boolean ID="3">true</boolean>
      </value>
   </entry>
   <entry>
      <!-- java.lang.String -->
      <key ID="4">int-value</key>
      <!-- org.simpleframework.xml.core.MultiElementMapTest$Value -->
      <value ID="5">
         <!-- java.lang.Integer -->
         <int ID="6">42</int>
      </value>
   </entry>
   <entry>
      <!-- java.lang.String -->
      <key ID="7">string-value</key>
      <!-- org.simpleframework.xml.core.MultiElementMapTest$Value -->
      <value ID="8">
         <!-- java.lang.String -->
         <string ID="9">hello world</string>
      </value>
   </entry>
</properties>>>>>> ELEMENT=[element properties]
>>>>> TYPE=[class org.simpleframework.xml.core.MultiElementMapTest$Properties]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
<Properties ID="0">
   <Entry>
      <!-- java.lang.String -->
      <Key ID="1">boolean-value</Key>
      <!-- org.simpleframework.xml.core.MultiElementMapTest$Value -->
      <Value ID="2">
         <!-- java.lang.Boolean -->
         <Boolean ID="3">true</Boolean>
      </Value>
   </Entry>
   <Entry>
      <!-- java.lang.String -->
      <Key ID="4">int-value</Key>
      <!-- org.simpleframework.xml.core.MultiElementMapTest$Value -->
      <Value ID="5">
         <!-- java.lang.Integer -->
         <Int ID="6">42</Int>
      </Value>
   </Entry>
   <Entry>
      <!-- java.lang.String -->
      <Key ID="7">string-value</Key>
      <!-- org.simpleframework.xml.core.MultiElementMapTest$Value -->
      <Value ID="8">
         <!-- java.lang.String -->
         <String ID="9">hello world</String>
      </Value>
   </Entry>
</Properties>>>>>> ELEMENT=[element Properties]
>>>>> TYPE=[class org.simpleframework.xml.core.MultiElementMapTest$Properties]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
------------- ---------------- ---------------

Testcase: testProperties took 0.135 sec
Testcase: testDirectory took 0 sec