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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
Testsuite: org.simpleframework.xml.core.SubstituteTest
Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.145 sec
------------- Standard Output ---------------
<substituteExample>
<substitute class="org.simpleframework.xml.core.SubstituteTest$OtherSubstitute" name="this is the other substitute">some example text</substitute>
</substituteExample><substituteExample>
<substitute class="org.simpleframework.xml.core.SubstituteTest$OtherSubstitute" name="this is the other substitute">some example text</substitute>
</substituteExample>
<substitute-example ID="0">
<!-- org.simpleframework.xml.core.SubstituteTest$Substitute -->
<substitute class="org.simpleframework.xml.core.SubstituteTest$OtherSubstitute" ID="1" name="this is the other substitute">some example text</substitute>
</substitute-example>>>>>> ELEMENT=[element substitute-example]
>>>>> TYPE=[class org.simpleframework.xml.core.SubstituteTest$SubstituteExample]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
<SubstituteExample ID="0">
<!-- org.simpleframework.xml.core.SubstituteTest$Substitute -->
<Substitute class="org.simpleframework.xml.core.SubstituteTest$OtherSubstitute" ID="1" name="this is the other substitute">some example text</Substitute>
</SubstituteExample>>>>>> ELEMENT=[element SubstituteExample]
>>>>> TYPE=[class org.simpleframework.xml.core.SubstituteTest$SubstituteExample]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
<substituteExample>
<substitute class="org.simpleframework.xml.core.SubstituteTest$OtherSubstitute" name="this is the other substitute">some example text</substitute>
</substituteExample><substituteExample>
<substitute class="org.simpleframework.xml.core.SubstituteTest$OtherSubstitute" name="this is the other substitute">some example text</substitute>
</substituteExample>
<substitute-example ID="0">
<!-- org.simpleframework.xml.core.SubstituteTest$Substitute -->
<substitute class="org.simpleframework.xml.core.SubstituteTest$OtherSubstitute" ID="1" name="this is the other substitute">some example text</substitute>
</substitute-example>>>>>> ELEMENT=[element substitute-example]
>>>>> TYPE=[class org.simpleframework.xml.core.SubstituteTest$SubstituteExample]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
<SubstituteExample ID="0">
<!-- org.simpleframework.xml.core.SubstituteTest$Substitute -->
<Substitute class="org.simpleframework.xml.core.SubstituteTest$OtherSubstitute" ID="1" name="this is the other substitute">some example text</Substitute>
</SubstituteExample>>>>>> ELEMENT=[element SubstituteExample]
>>>>> TYPE=[class org.simpleframework.xml.core.SubstituteTest$SubstituteExample]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
<substituteExample>
<substitute class="org.simpleframework.xml.core.SubstituteTest$LargeSubstitute" name="John Doe" street="Sesame Street" city="Metropilis">some example text</substitute>
</substituteExample><substituteExample>
<substitute class="org.simpleframework.xml.core.SubstituteTest$LargeSubstitute" name="John Doe" street="Sesame Street" city="Metropilis">some example text</substitute>
</substituteExample>
<substitute-example ID="0">
<!-- org.simpleframework.xml.core.SubstituteTest$Substitute -->
<substitute class="org.simpleframework.xml.core.SubstituteTest$LargeSubstitute" ID="1" name="John Doe" street="Sesame Street" city="Metropilis">some example text</substitute>
</substitute-example>>>>>> ELEMENT=[element substitute-example]
>>>>> TYPE=[class org.simpleframework.xml.core.SubstituteTest$SubstituteExample]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
<SubstituteExample ID="0">
<!-- org.simpleframework.xml.core.SubstituteTest$Substitute -->
<Substitute class="org.simpleframework.xml.core.SubstituteTest$LargeSubstitute" ID="1" name="John Doe" street="Sesame Street" city="Metropilis">some example text</Substitute>
</SubstituteExample>>>>>> ELEMENT=[element SubstituteExample]
>>>>> TYPE=[class org.simpleframework.xml.core.SubstituteTest$SubstituteExample]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
<substituteExample>
<substitute class="org.simpleframework.xml.core.SubstituteTest$LargeSubstitute" name="John Doe" street="Sesame Street" city="Metropilis">some example text</substitute>
</substituteExample><substituteExample>
<substitute class="org.simpleframework.xml.core.SubstituteTest$LargeSubstitute" name="John Doe" street="Sesame Street" city="Metropilis">some example text</substitute>
</substituteExample>
<substitute-example ID="0">
<!-- org.simpleframework.xml.core.SubstituteTest$Substitute -->
<substitute class="org.simpleframework.xml.core.SubstituteTest$LargeSubstitute" ID="1" name="John Doe" street="Sesame Street" city="Metropilis">some example text</substitute>
</substitute-example>>>>>> ELEMENT=[element substitute-example]
>>>>> TYPE=[class org.simpleframework.xml.core.SubstituteTest$SubstituteExample]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
<SubstituteExample ID="0">
<!-- org.simpleframework.xml.core.SubstituteTest$Substitute -->
<Substitute class="org.simpleframework.xml.core.SubstituteTest$LargeSubstitute" ID="1" name="John Doe" street="Sesame Street" city="Metropilis">some example text</Substitute>
</SubstituteExample>>>>>> ELEMENT=[element SubstituteExample]
>>>>> TYPE=[class org.simpleframework.xml.core.SubstituteTest$SubstituteExample]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
------------- ---------------- ---------------
Testcase: testReplace took 0.116 sec
Testcase: testResolve took 0.025 sec
Testcase: testDirectory took 0.001 sec
|