File: TEST-org.simpleframework.xml.core.ConstructorInjectionTest.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 (124 lines) | stat: -rw-r--r-- 4,652 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
Testsuite: org.simpleframework.xml.core.ConstructorInjectionTest
Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.175 sec
------------- Standard Output ---------------
<example number="32">
   <integer>12</integer>
   <string>text</string>
</example><example number="32">
   <integer>12</integer>
   <string>text</string>
</example>
<example ID="0" number="32">
   <!-- java.lang.Integer -->
   <integer ID="1">12</integer>
   <!-- java.lang.String -->
   <string ID="2">text</string>
</example>>>>>> ELEMENT=[element example]
>>>>> TYPE=[class org.simpleframework.xml.core.ConstructorInjectionTest$Example]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
<Example ID="0" number="32">
   <!-- java.lang.Integer -->
   <Integer ID="1">12</Integer>
   <!-- java.lang.String -->
   <String ID="2">text</String>
</Example>>>>>> ELEMENT=[element Example]
>>>>> TYPE=[class org.simpleframework.xml.core.ConstructorInjectionTest$Example]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
<example number="0">
   <integer>12</integer>
   <string>text</string>
</example><example number="0">
   <integer>12</integer>
   <string>text</string>
</example>
<example ID="0" number="0">
   <!-- java.lang.Integer -->
   <integer ID="1">12</integer>
   <!-- java.lang.String -->
   <string ID="2">text</string>
</example>>>>>> ELEMENT=[element example]
>>>>> TYPE=[class org.simpleframework.xml.core.ConstructorInjectionTest$Example]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
<Example ID="0" number="0">
   <!-- java.lang.Integer -->
   <Integer ID="1">12</Integer>
   <!-- java.lang.String -->
   <String ID="2">text</String>
</Example>>>>>> ELEMENT=[element Example]
>>>>> TYPE=[class org.simpleframework.xml.core.ConstructorInjectionTest$Example]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
<example number="0">
   <integer>12</integer>
</example><example number="0">
   <integer>12</integer>
</example>
<example ID="0" number="0">
   <!-- java.lang.Integer -->
   <integer ID="1">12</integer>
</example>>>>>> ELEMENT=[element example]
>>>>> TYPE=[class org.simpleframework.xml.core.ConstructorInjectionTest$Example]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
<Example ID="0" number="0">
   <!-- java.lang.Integer -->
   <Integer ID="1">12</Integer>
</Example>>>>>> ELEMENT=[element Example]
>>>>> TYPE=[class org.simpleframework.xml.core.ConstructorInjectionTest$Example]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
<ArrayExample>
   <Array length="5">
      <String>entry one</String>
      <String>entry two</String>
      <String>entry three</String>
      <String>entry four</String>
      <String>entry five</String>
   </Array>
</ArrayExample><ArrayExample>
   <Array length="5">
      <String>entry one</String>
      <String>entry two</String>
      <String>entry three</String>
      <String>entry four</String>
      <String>entry five</String>
   </Array>
</ArrayExample>
<array-example ID="0">
   <!-- [Ljava.lang.String; -->
   <array length="5" ID="1">
      <!-- java.lang.String -->
      <string ID="2">entry one</string>
      <!-- java.lang.String -->
      <string ID="3">entry two</string>
      <!-- java.lang.String -->
      <string ID="4">entry three</string>
      <!-- java.lang.String -->
      <string ID="5">entry four</string>
      <!-- java.lang.String -->
      <string ID="6">entry five</string>
   </array>
</array-example>>>>>> ELEMENT=[element array-example]
>>>>> TYPE=[class org.simpleframework.xml.core.ConstructorInjectionTest$ArrayExample]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
<ArrayExample ID="0">
   <!-- [Ljava.lang.String; -->
   <Array length="5" ID="1">
      <!-- java.lang.String -->
      <String ID="2">entry one</String>
      <!-- java.lang.String -->
      <String ID="3">entry two</String>
      <!-- java.lang.String -->
      <String ID="4">entry three</String>
      <!-- java.lang.String -->
      <String ID="5">entry four</String>
      <!-- java.lang.String -->
      <String ID="6">entry five</String>
   </Array>
</ArrayExample>>>>>> ELEMENT=[element ArrayExample]
>>>>> TYPE=[class org.simpleframework.xml.core.ConstructorInjectionTest$ArrayExample]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
------------- ---------------- ---------------

Testcase: testConstructor took 0.12 sec
Testcase: testPartialConstructor took 0.019 sec
Testcase: testBareConstructor took 0.017 sec
Testcase: testArrayExample took 0.016 sec
Testcase: testDirectory took 0 sec