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
|
Testsuite: org.simpleframework.xml.core.DefaultEmptyTest
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.127 sec
------------- Standard Output ---------------
<defaultExample name="test">
<stringList class="java.util.ArrayList"/>
<stringMap class="java.util.HashMap"/>
<stringArray length="0"/>
<text>some text</text>
</defaultExample><defaultExample name="test">
<stringList class="java.util.ArrayList"/>
<stringMap class="java.util.HashMap"/>
<stringArray length="0"/>
<text>some text</text>
</defaultExample><defaultExample name="test">
<stringList class="java.util.ArrayList"/>
<stringMap class="java.util.HashMap"/>
<stringArray length="0"/>
<text>some text</text>
</defaultExample>
<default-example ID="0" name="test">
<!-- java.util.List -->
<string-list class="java.util.ArrayList" ID="1"/>
<!-- java.util.Map -->
<string-map class="java.util.HashMap" ID="2"/>
<!-- [Ljava.lang.String; -->
<string-array length="0" ID="3"/>
<!-- java.lang.String -->
<text ID="4">some text</text>
</default-example>>>>>> ELEMENT=[element default-example]
>>>>> TYPE=[class org.simpleframework.xml.core.DefaultEmptyTest$DefaultExample]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
<DefaultExample ID="0" name="test">
<!-- java.util.List -->
<StringList class="java.util.ArrayList" ID="1"/>
<!-- java.util.Map -->
<StringMap class="java.util.HashMap" ID="2"/>
<!-- [Ljava.lang.String; -->
<StringArray length="0" ID="3"/>
<!-- java.lang.String -->
<Text ID="4">some text</Text>
</DefaultExample>>>>>> ELEMENT=[element DefaultExample]
>>>>> TYPE=[class org.simpleframework.xml.core.DefaultEmptyTest$DefaultExample]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
<defaultExample name="name">
<text>example text</text>
</defaultExample>------------- ---------------- ---------------
Testcase: testDefaults took 0.125 sec
Testcase: testDirectory took 0 sec
|