Testsuite: org.simpleframework.xml.core.CompositeMapTest
Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.225 sec
------------- Standard Output ---------------
<inlineString>
   <entry key="a" value="1"/>
   <entry key="b" value="2"/>
</inlineString><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: testInlineString took 0.122 sec
Testcase: testNotInlineString took 0.001 sec
Testcase: testNoAttributeString took 0.088 sec
Testcase: testAttributeNoKeyString took 0.004 sec
