Testsuite: org.simpleframework.xml.core.NamespaceVerbosityTest
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.344 sec
------------- Standard Output ---------------
<a xmlns:x="http://domain/x" xmlns:y="http://domain/y">
   <x:b>b</x:b>
   <y:c>c</y:c>
   <x:d>
      <e>e</e>
   </x:d>
</a>
------------- ---------------- ---------------

Testcase: testScope took 0.333 sec
Testcase: testDirectory took 0.002 sec
