Testsuite: org.simpleframework.xml.transform.TimeTransformTest
Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.289 sec
------------- Standard Output ---------------
<timeExample attribute="2010-02-28 18:17:09.390 GMT">
   <element class="java.sql.Time">2010-02-28 18:17:09.390 GMT</element>
   <time>2010-02-28 18:17:09.390 GMT</time>
   <list class="java.util.ArrayList">
      <time>2010-02-28 18:17:09.390 GMT</time>
      <time>2010-02-28 18:17:09.390 GMT</time>
   </list>
   <array length="1">
      <time>2010-02-28 18:17:09.390 GMT</time>
   </array>
</timeExample><timeExample attribute="2010-02-28 18:17:09.390 GMT">
   <element class="java.sql.Time">2010-02-28 18:17:09.390 GMT</element>
   <time>2010-02-28 18:17:09.390 GMT</time>
   <list class="java.util.ArrayList">
      <time>2010-02-28 18:17:09.390 GMT</time>
      <time>2010-02-28 18:17:09.390 GMT</time>
   </list>
   <array length="1">
      <time>2010-02-28 18:17:09.390 GMT</time>
   </array>
</timeExample>
<time-example ID="0" attribute="2010-02-28 18:17:09.390 GMT">
   <!-- java.util.Date -->
   <element class="java.sql.Time" ID="1">2010-02-28 18:17:09.390 GMT</element>
   <!-- java.sql.Time -->
   <time ID="2">2010-02-28 18:17:09.390 GMT</time>
   <!-- java.util.Collection -->
   <list class="java.util.ArrayList" ID="3">
      <!-- java.sql.Time -->
      <time ID="4">2010-02-28 18:17:09.390 GMT</time>
      <!-- java.sql.Time -->
      <time ID="5">2010-02-28 18:17:09.390 GMT</time>
   </list>
   <!-- [Ljava.sql.Time; -->
   <array length="1" ID="6">
      <!-- java.sql.Time -->
      <time ID="7">2010-02-28 18:17:09.390 GMT</time>
   </array>
</time-example>>>>>> ELEMENT=[element time-example]
>>>>> TYPE=[class org.simpleframework.xml.transform.TimeTransformTest$TimeExample]
>>>>> SOURCE=[class com.sun.org.apache.xerces.internal.dom.DeferredElementNSImpl]
<TimeExample ID="0" attribute="2010-02-28 18:17:09.390 GMT">
   <!-- java.util.Date -->
   <Element class="java.sql.Time" ID="1">2010-02-28 18:17:09.390 GMT</Element>
   <!-- java.sql.Time -->
   <Time ID="2">2010-02-28 18:17:09.390 GMT</Time>
   <!-- java.util.Collection -->
   <List class="java.util.ArrayList" ID="3">
      <!-- java.sql.Time -->
      <Time ID="4">2010-02-28 18:17:09.390 GMT</Time>
      <!-- java.sql.Time -->
      <Time ID="5">2010-02-28 18:17:09.390 GMT</Time>
   </List>
   <!-- [Ljava.sql.Time; -->
   <Array length="1" ID="6">
      <!-- java.sql.Time -->
      <Time ID="7">2010-02-28 18:17:09.390 GMT</Time>
   </Array>
</TimeExample>>>>>> ELEMENT=[element TimeExample]
>>>>> TYPE=[class org.simpleframework.xml.transform.TimeTransformTest$TimeExample]
>>>>> SOURCE=[class com.sun.org.apache.xerces.internal.dom.DeferredElementNSImpl]
------------- ---------------- ---------------

Testcase: testTime took 0.019 sec
Testcase: testPersistence took 0.264 sec
Testcase: testDirectory took 0 sec
