File: TEST-org.simpleframework.xml.core.PathAttributeWithNoExistingSectionTest.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 (56 lines) | stat: -rw-r--r-- 1,961 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
Testsuite: org.simpleframework.xml.core.PathAttributeWithNoExistingSectionTest
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.105 sec
------------- Standard Output ---------------
<attributeWithNoExistingSectionExample>
   <some>
      <path>
         <to>
            <build value="Attribute value"/>
         </to>
      </path>
   </some>
</attributeWithNoExistingSectionExample><attributeWithNoExistingSectionExample>
   <some>
      <path>
         <to>
            <build value="Attribute value"/>
         </to>
      </path>
   </some>
</attributeWithNoExistingSectionExample>
<attribute-with-no-existing-section-example ID="0">
   <some>
      <path>
         <to>
            <build value="Attribute value"/>
         </to>
      </path>
   </some>
</attribute-with-no-existing-section-example>>>>>> ELEMENT=[element attribute-with-no-existing-section-example]
>>>>> TYPE=[class org.simpleframework.xml.core.PathAttributeWithNoExistingSectionTest$AttributeWithNoExistingSectionExample]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
<AttributeWithNoExistingSectionExample ID="0">
   <Some>
      <Path>
         <To>
            <Build value="Attribute value"/>
         </To>
      </Path>
   </Some>
</AttributeWithNoExistingSectionExample>>>>>> ELEMENT=[element AttributeWithNoExistingSectionExample]
>>>>> TYPE=[class org.simpleframework.xml.core.PathAttributeWithNoExistingSectionTest$AttributeWithNoExistingSectionExample]
>>>>> SOURCE=[class com.sun.xml.internal.stream.events.StartElementEvent]
------------- ---------------- ---------------
------------- Standard Error -----------------
<attributeWithNoExistingSectionExample>
   <some>
      <path>
         <to>
            <build value="Attribute value"/>
         </to>
      </path>
   </some>
</attributeWithNoExistingSectionExample>------------- ---------------- ---------------

Testcase: testOrder took 0.104 sec
Testcase: testDirectory took 0 sec