1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Testsuite: org.simpleframework.xml.core.PathAttributeWithNoExistingSectionTest
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.105 sec
------------- Standard Output ---------------
<attributeWithNoExistingSectionExample>
<some>
<path>
<to>
<build value="Attribute value"/>
</to>
</path>
</some>
</attributeWithNoExistingSectionExample><attributeWithNoExistingSectionExample>
<some>
<path>
<to>
<build value="Attribute value"/>
</to>
</path>
</some>
</attributeWithNoExistingSectionExample>
<attribute-with-no-existing-section-example ID="0">
<some>
<path>
<to>
<build value="Attribute value"/>
</to>
</path>
</some>
</attribute-with-no-existing-section-example>>>>>> ELEMENT=[element attribute-with-no-existing-section-example]
>>>>> TYPE=[class org.simpleframework.xml.core.PathAttributeWithNoExistingSectionTest$AttributeWithNoExistingSectionExample]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
<AttributeWithNoExistingSectionExample ID="0">
<Some>
<Path>
<To>
<Build value="Attribute value"/>
</To>
</Path>
</Some>
</AttributeWithNoExistingSectionExample>>>>>> ELEMENT=[element AttributeWithNoExistingSectionExample]
>>>>> TYPE=[class org.simpleframework.xml.core.PathAttributeWithNoExistingSectionTest$AttributeWithNoExistingSectionExample]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
------------- ---------------- ---------------
------------- Standard Error -----------------
<attributeWithNoExistingSectionExample>
<some>
<path>
<to>
<build value="Attribute value"/>
</to>
</path>
</some>
</attributeWithNoExistingSectionExample>------------- ---------------- ---------------
Testcase: testOrder took 0.104 sec
Testcase: testDirectory took 0 sec
|