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
|