Testsuite: org.simpleframework.xml.core.CompositeInlineMapTest
Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.102 sec
------------- Standard Output ---------------
<notInlineString>
   <entry>
      <key>a</key>
      <value>1</value>
   </entry>
   <entry>
      <key>b</key>
      <value>2</value>
   </entry>
</notInlineString><noAttributeString>
   <entry>
      <string>a</string>
      <value>1</value>
   </entry>
   <entry>
      <string>b</string>
      <value>2</value>
   </entry>
</noAttributeString><attributeNoKeyString>
   <entry string="a">1</entry>
   <entry string="b">2</entry>
</attributeNoKeyString>------------- ---------------- ---------------

Testcase: testNotInlineString took 0.053 sec
Testcase: testNoAttributeString took 0.043 sec
Testcase: testAttributeNoKeyString took 0.002 sec
