net.sourceforge.jtds.jdbc
Class TimeZoneTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bynet.sourceforge.jtds.jdbc.TestBase
              extended bynet.sourceforge.jtds.jdbc.TimeZoneTest
All Implemented Interfaces:
junit.framework.Test

public class TimeZoneTest
extends TestBase

Tests timezone conversions when setting and getting data to and from the database.

Author:
Mike Hutchinson

Field Summary
 
Fields inherited from class net.sourceforge.jtds.jdbc.TestBase
con, props
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
TimeZoneTest(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void testTimeZone()
          Test timezone calendar conversions.
 
Methods inherited from class net.sourceforge.jtds.jdbc.TestBase
compareInputStreams, compareReaders, connect, dropDatabase, dropFunction, dropProcedure, dropTable, dropTrigger, dropType, dropView, dump, dump, dumpAll, dumpKeys, dumpRow, dumpRow, getConnection, getConnection, makeObjects, makeTestTables, setUp, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeZoneTest

public TimeZoneTest(java.lang.String name)
Method Detail

testTimeZone

public void testTimeZone()
                  throws java.lang.Exception
Test timezone calendar conversions. This test produces the same results when run with both jConnect 6.0 and the MS JDBC driver.

Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)


Generated on October 27 2012