Testsuite: org.simpleframework.xml.core.CompositeInlineMapTest
Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.214 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" value="1"/>
   <entry string="b" value="2"/>
</attributeNoKeyString>------------- ---------------- ---------------

Testcase: testNotInlineString took 0.113 sec
Testcase: testNoAttributeString took 0.09 sec
Testcase: testAttributeNoKeyString took 0.004 sec
