Testsuite: org.simpleframework.xml.core.MatcherTest
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.188 sec
------------- Standard Output ---------------
<foo:example attr="12345" xmlns:foo="http://www.domain.com/value">
   <value>12345</value>
</foo:example><foo:example attr="12345" xmlns:foo="http://www.domain.com/value">
   <value>12345</value>
</foo:example><foo:example attr="12345" xmlns:foo="http://www.domain.com/value">
   <value>12345</value>
</foo:example>
<foo:example ID="0" attr="9999" xmlns:foo="http://www.domain.com/value">
   <!-- java.lang.Integer -->
   <value ID="1">1</value>
</foo:example>>>>>> ELEMENT=[element example]
>>>>> TYPE=[class org.simpleframework.xml.core.MatcherTest$Example]
>>>>> SOURCE=[class com.sun.org.apache.xerces.internal.dom.DeferredElementNSImpl]
<foo:Example ID="0" attr="9999" xmlns:foo="http://www.domain.com/value">
   <!-- java.lang.Integer -->
   <Value ID="1">1</Value>
</foo:Example>>>>>> ELEMENT=[element Example]
>>>>> TYPE=[class org.simpleframework.xml.core.MatcherTest$Example]
>>>>> SOURCE=[class com.sun.org.apache.xerces.internal.dom.DeferredElementNSImpl]
------------- ---------------- ---------------

Testcase: testMatcher took 0.179 sec
Testcase: testDirectory took 0 sec
