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

package info (click to toggle)
simple-xml 2.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 8,444 kB
  • ctags: 10,002
  • sloc: java: 45,332; xml: 228; makefile: 13; sh: 11
file content (54 lines) | stat: -rw-r--r-- 1,539 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Testsuite: org.simpleframework.xml.core.HierarchyTest
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.114 sec
------------- Standard Output ---------------
<specialized>
   <a>a</a>
   <b>b</b>
   <c>1</c>
   <d>2</d>
   <one>1</one>
   <two>2.0</two>
</specialized><specialized>
   <a>a</a>
   <b>b</b>
   <c>1</c>
   <d>2</d>
   <one>1</one>
   <two>2.0</two>
</specialized>
<specialized ID="0">
   <!-- java.lang.String -->
   <a ID="1">a</a>
   <!-- java.lang.String -->
   <b ID="2">b</b>
   <!-- java.lang.Integer -->
   <c ID="3">1</c>
   <!-- java.lang.Integer -->
   <d ID="4">2</d>
   <!-- java.lang.Long -->
   <one ID="5">1</one>
   <!-- java.lang.Double -->
   <two ID="6">2.0</two>
</specialized>>>>>> ELEMENT=[element specialized]
>>>>> TYPE=[class org.simpleframework.xml.core.HierarchyTest$Specialized]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
<Specialized ID="0">
   <!-- java.lang.String -->
   <A ID="1">a</A>
   <!-- java.lang.String -->
   <B ID="2">b</B>
   <!-- java.lang.Integer -->
   <C ID="3">1</C>
   <!-- java.lang.Integer -->
   <D ID="4">2</D>
   <!-- java.lang.Long -->
   <One ID="5">1</One>
   <!-- java.lang.Double -->
   <Two ID="6">2.0</Two>
</Specialized>>>>>> ELEMENT=[element Specialized]
>>>>> TYPE=[class org.simpleframework.xml.core.HierarchyTest$Specialized]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
------------- ---------------- ---------------

Testcase: testHierarchy took 0.111 sec
Testcase: testDirectory took 0 sec