Testsuite: org.simpleframework.xml.core.SuperTypeTest
Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.343 sec
------------- Standard Output ---------------
<objects>
   <object key="one">
      <class:superType xmlns:class="http://simpleframework.org/xml/core/SuperTypeTest$SubType1">
         <text>subtype1</text>
      </class:superType>
   </object>
   <object key="two">
      <class:superType xmlns:class="http://simpleframework.org/xml/core/SuperTypeTest$SubType2">
         <class:superType xmlns:class="http://simpleframework.org/xml/core/SuperTypeTest$SubType1">
            <text>subtype1</text>
         </class:superType>
      </class:superType>
   </object>
</objects>------------- ---------------- ---------------

Testcase: testSuperType took 0.336 sec
