File: TEST-org.simpleframework.xml.core.ElementsStrategyCallbackTest.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 (20 lines) | stat: -rw-r--r-- 572 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
Testsuite: org.simpleframework.xml.core.ElementsStrategyCallbackTest
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.09 sec
------------- Standard Output ---------------
null
attribute type='double'
attribute type='int'
attribute type='float'
attribute type='string'
attribute type='byte'
<example>
   <d type="double">0.0</d>
   <i type="int">0</i>
   <f type="float">0.0</f>
   <s type="string">text</s>
   <b type="byte">0</b>
</example>
------------- ---------------- ---------------

Testcase: testTypeCallback took 0.087 sec
Testcase: testDirectory took 0 sec