Testsuite: org.simpleframework.xml.core.NamespaceTest
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.433 sec
------------- Standard Output ---------------
<per:person age="30" xmlns:per="http://www.domain.com/person" xmlns:tax="http://www.domain.com/tax" xmlns="http://www.domain.com/default">
   <jb:job tax:salary="10" experience="12" xmlns:jb="http://www.domain.com/job">
      <title>Software Engineer</title>
      <employer international="true" xmlns="">
         <name xmlns="http://www.domain.com/employer">Spam Soft</name>
         <count:employees xmlns:count="http://www.domain.com/count">1000</count:employees>
         <address>Sesame Street</address>
      </employer>
   </jb:job>
   <name>John Doe</name>
   <value>Person</value>
</per:person><per:person age="30" xmlns:per="http://www.domain.com/person" xmlns:tax="http://www.domain.com/tax" xmlns="http://www.domain.com/default">
   <jb:job tax:salary="10" experience="12" xmlns:jb="http://www.domain.com/job">
      <title>Software Engineer</title>
      <employer international="true" xmlns="">
         <name xmlns="http://www.domain.com/employer">Spam Soft</name>
         <count:employees xmlns:count="http://www.domain.com/count">1000</count:employees>
         <address>Sesame Street</address>
      </employer>
   </jb:job>
   <name>John Doe</name>
   <value>Person</value>
</per:person><per:person age="30" xmlns:per="http://www.domain.com/person" xmlns:tax="http://www.domain.com/tax" xmlns="http://www.domain.com/default">
   <jb:job tax:salary="10" experience="12" xmlns:jb="http://www.domain.com/job">
      <title>Software Engineer</title>
      <employer international="true" xmlns="">
         <name xmlns="http://www.domain.com/employer">Spam Soft</name>
         <count:employees xmlns:count="http://www.domain.com/count">1000</count:employees>
         <address>Sesame Street</address>
      </employer>
   </jb:job>
   <name>John Doe</name>
   <value>Person</value>
</per:person>
<per:person ID="0" age="30" xmlns:per="http://www.domain.com/person" xmlns:tax="http://www.domain.com/tax" xmlns="http://www.domain.com/default">
   <!-- org.simpleframework.xml.core.NamespaceTest$Profession -->
   <jb:job ID="1" tax:salary="10" experience="12" xmlns:jb="http://www.domain.com/job">
      <!-- java.lang.String -->
      <title ID="2">Software Engineer</title>
      <!-- org.simpleframework.xml.core.NamespaceTest$Employer -->
      <employer ID="3" international="true" xmlns="">
         <!-- java.lang.String -->
         <name ID="4" xmlns="http://www.domain.com/employer">Spam Soft</name>
         <!-- java.lang.Integer -->
         <count:employees ID="5" xmlns:count="http://www.domain.com/count">1000</count:employees>
         <!-- java.lang.String -->
         <address ID="6">Sesame Street</address>
      </employer>
   </jb:job>
   <!-- java.lang.String -->
   <name ID="7">John Doe</name>
   <!-- java.lang.String -->
   <value ID="8">Person</value>
</per:person>>>>>> ELEMENT=[element person]
>>>>> TYPE=[class org.simpleframework.xml.core.NamespaceTest$Person]
>>>>> SOURCE=[class org.xmlpull.mxp1.MXParserCachingStrings]
<per:Person ID="0" age="30" xmlns:per="http://www.domain.com/person" xmlns:tax="http://www.domain.com/tax" xmlns="http://www.domain.com/default">
   <!-- org.simpleframework.xml.core.NamespaceTest$Profession -->
   <jb:Job ID="1" tax:salary="10" experience="12" xmlns:jb="http://www.domain.com/job">
      <!-- java.lang.String -->
      <Title ID="2">Software Engineer</Title>
      <!-- org.simpleframework.xml.core.NamespaceTest$Employer -->
      <Employer ID="3" international="true" xmlns="">
         <!-- java.lang.String -->
         <Name ID="4" xmlns="http://www.domain.com/employer">Spam Soft</Name>
         <!-- java.lang.Integer -->
         <count:Employees ID="5" xmlns:count="http://www.domain.com/count">1000</count:Employees>
         <!-- java.lang.String -->
         <Address ID="6">Sesame Street</Address>
      </Employer>
   </jb:Job>
   <!-- java.lang.String -->
   <Name ID="7">John Doe</Name>
   <!-- java.lang.String -->
   <Value ID="8">Person</Value>
</per:Person>>>>>> ELEMENT=[element Person]
>>>>> TYPE=[class org.simpleframework.xml.core.NamespaceTest$Person]
>>>>> SOURCE=[class org.xmlpull.mxp1.MXParserCachingStrings]
------------- ---------------- ---------------

Testcase: testNamespace took 0.426 sec
Testcase: testDirectory took 0 sec
