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
|