File: TEST-org.simpleframework.xml.convert.CombinedStrategyTest.txt

package info (click to toggle)
simple-xml 2.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,528 kB
  • sloc: java: 45,356; xml: 273; sh: 11; makefile: 10
file content (24 lines) | stat: -rw-r--r-- 1,329 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
Testsuite: org.simpleframework.xml.convert.CombinedStrategyTest
Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.123 sec
------------- Standard Output ---------------
<combinationExample>
   <item>
      <value>1</value>
      <type>org.simpleframework.xml.convert.CombinedStrategyTest$RegistryItemConverter</type>
   </item>
   <overriddenItem value="2" type="org.simpleframework.xml.convert.CombinedStrategyTest$AnnotationItemConverter"/>
   <extendedItem class="org.simpleframework.xml.convert.CombinedStrategyTest$ExtendedItem" value="3" type="org.simpleframework.xml.convert.CombinedStrategyTest$ExtendedItemConverter"/>
</combinationExample>
<combination-example>
   <item>
      <value>1</value>
      <type>org.simpleframework.xml.convert.CombinedStrategyTest$RegistryItemConverter</type>
   </item>
   <overridden-item value="2" type="org.simpleframework.xml.convert.CombinedStrategyTest$AnnotationItemConverter"/>
   <extended-item class="org.simpleframework.xml.convert.CombinedStrategyTest$ExtendedItem" value="3" type="org.simpleframework.xml.convert.CombinedStrategyTest$ExtendedItemConverter"/>
</combination-example>
------------- ---------------- ---------------

Testcase: testCombinedStrategy took 0.104 sec
Testcase: testCombinationStrategyWithStyle took 0.016 sec
Testcase: testDirectory took 0.001 sec