net.sourceforge.jtds.test
Class AsTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--net.sourceforge.jtds.test.TestBase
                    |
                    +--net.sourceforge.jtds.test.DatabaseTestCase
                          |
                          +--net.sourceforge.jtds.test.AsTest
All Implemented Interfaces:
junit.framework.Test

public class AsTest
extends DatabaseTestCase

Version:
1.0
Author:
builder

Fields inherited from class net.sourceforge.jtds.test.DatabaseTestCase
typemap
 
Fields inherited from class net.sourceforge.jtds.test.TestBase
con, CONNECTION_PROPERTIES, props
 
Fields inherited from class junit.framework.TestCase
fName
 
Constructor Summary
AsTest(java.lang.String name)
           
 
Method Summary
private  void checkTime(long time)
           
static void main(java.lang.String[] args)
           
 void testBatch1()
           
 void testBigDecimal()
           
 void testBigInt()
           
 void testBinary()
           
 void testBoolean()
           
 void testBug457955()
           
 void testBugAttTest2()
           
 void testProc1()
           
 void testProc2()
           
 void testSpecTime()
           
 
Methods inherited from class net.sourceforge.jtds.test.DatabaseTestCase
compareBytes, dropFunction, dropProcedure, dropProcedure, dropTable, getLongString, getLongString, getType, getTypemap
 
Methods inherited from class net.sourceforge.jtds.test.TestBase
compareInputStreams, compareReaders, connect, disconnect, dump, dumpRow, getConnection, getConnection, loadProperties, 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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

AsTest

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

main

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

testProc1

public void testProc1()
               throws java.lang.Exception

testProc2

public void testProc2()
               throws java.lang.Exception

testBatch1

public void testBatch1()
                throws java.lang.Exception

testBug457955

public void testBug457955()
                   throws java.lang.Exception

testBugAttTest2

public void testBugAttTest2()
                     throws java.lang.Exception

testBigInt

public void testBigInt()
                throws java.lang.Throwable

testBoolean

public void testBoolean()
                 throws java.lang.Throwable

testBinary

public void testBinary()
                throws java.lang.Throwable

checkTime

private void checkTime(long time)
                throws java.lang.Throwable

testSpecTime

public void testSpecTime()
                  throws java.lang.Throwable

testBigDecimal

public void testBigDecimal()
                    throws java.lang.Throwable


Generated on August 22 2007