File: TEST-org.simpleframework.xml.core.ElementListUnionWithNoEntryOrNameTest.txt

package info (click to toggle)
simple-xml 2.7.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 8,524 kB
  • sloc: java: 45,356; xml: 277; sh: 11; makefile: 10
file content (40 lines) | stat: -rw-r--r-- 1,547 bytes parent folder | download | duplicates (3)
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
Testsuite: org.simpleframework.xml.core.ElementListUnionWithNoEntryOrNameTest
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.108 sec
------------- Standard Output ---------------
<exampleWithNoNameOrEntry>
   <a>11</a>
   <b>2.0</b>
   <string>xxx</string>
</exampleWithNoNameOrEntry><exampleWithNoNameOrEntry>
   <a>11</a>
   <b>2.0</b>
   <string>xxx</string>
</exampleWithNoNameOrEntry><exampleWithNoNameOrEntry>
   <a>11</a>
   <b>2.0</b>
   <string>xxx</string>
</exampleWithNoNameOrEntry>
<example-with-no-name-or-entry ID="0">
   <!-- java.lang.Integer -->
   <a ID="1">11</a>
   <!-- java.lang.Double -->
   <b ID="2">2.0</b>
   <!-- java.lang.String -->
   <string ID="3">xxx</string>
</example-with-no-name-or-entry>>>>>> ELEMENT=[element example-with-no-name-or-entry]
>>>>> TYPE=[class org.simpleframework.xml.core.ElementListUnionWithNoEntryOrNameTest$ExampleWithNoNameOrEntry]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
<ExampleWithNoNameOrEntry ID="0">
   <!-- java.lang.Integer -->
   <A ID="1">11</A>
   <!-- java.lang.Double -->
   <B ID="2">2.0</B>
   <!-- java.lang.String -->
   <String ID="3">xxx</String>
</ExampleWithNoNameOrEntry>>>>>> ELEMENT=[element ExampleWithNoNameOrEntry]
>>>>> TYPE=[class org.simpleframework.xml.core.ElementListUnionWithNoEntryOrNameTest$ExampleWithNoNameOrEntry]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
------------- ---------------- ---------------

Testcase: testExample took 0.106 sec
Testcase: testDirectory took 0 sec