File: TEST-org.simpleframework.xml.core.CompositeInlineMapTest.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 (29 lines) | stat: -rw-r--r-- 821 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
Testsuite: org.simpleframework.xml.core.CompositeInlineMapTest
Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.046 sec
------------- Standard Output ---------------
<notInlineString>
   <entry>
      <key>b</key>
      <value>2</value>
   </entry>
   <entry>
      <key>a</key>
      <value>1</value>
   </entry>
</notInlineString><noAttributeString>
   <entry>
      <string>b</string>
      <value>2</value>
   </entry>
   <entry>
      <string>a</string>
      <value>1</value>
   </entry>
</noAttributeString><attributeNoKeyString>
   <entry string="b" value="2"/>
   <entry string="a" value="1"/>
</attributeNoKeyString>------------- ---------------- ---------------

Testcase: testNotInlineString took 0.028 sec
Testcase: testNoAttributeString took 0.015 sec
Testcase: testAttributeNoKeyString took 0.001 sec