com.healthmarketscience.jackcess
Class DatabaseTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.healthmarketscience.jackcess.DatabaseTest
All Implemented Interfaces:
junit.framework.Test

public class DatabaseTest
extends junit.framework.TestCase

Author:
Tim McCune

Constructor Summary
DatabaseTest(String name)
           
 
Method Summary
 void testAutoNumber()
           
 void testAutoNumberPK()
           
 void testCreate()
           
 void testCurrency()
           
 void testDeleteCurrentRow()
           
 void testFixedNumeric()
           
 void testGetColumns()
           
 void testGetNextRow()
           
 void testGUID()
           
 void testInvalidTableDefs()
           
 void testLargeTableDef()
           
 void testLongValueAsMiddleColumn()
           
 void testManyMemos()
           
 void testMissingFile()
           
 void testMultiPageTableDef()
           
 void testNumeric()
           
 void testOverflow()
           
 void testReadDeletedRows()
           
 void testReadLongValue()
           
 void testReadWithDeletedCols()
           
 void testUsageMapPromotion()
           
 void testWriteAndRead()
           
 void testWriteAndReadDate()
           
 void testWriteAndReadInBatch()
           
 void testWriteLongValue()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DatabaseTest

public DatabaseTest(String name)
             throws Exception
Throws:
Exception
Method Detail

testInvalidTableDefs

public void testInvalidTableDefs()
                          throws Exception
Throws:
Exception

testReadDeletedRows

public void testReadDeletedRows()
                         throws Exception
Throws:
Exception

testGetColumns

public void testGetColumns()
                    throws Exception
Throws:
Exception

testGetNextRow

public void testGetNextRow()
                    throws Exception
Throws:
Exception

testCreate

public void testCreate()
                throws Exception
Throws:
Exception

testWriteAndRead

public void testWriteAndRead()
                      throws Exception
Throws:
Exception

testWriteAndReadInBatch

public void testWriteAndReadInBatch()
                             throws Exception
Throws:
Exception

testDeleteCurrentRow

public void testDeleteCurrentRow()
                          throws Exception
Throws:
Exception

testReadLongValue

public void testReadLongValue()
                       throws Exception
Throws:
Exception

testWriteLongValue

public void testWriteLongValue()
                        throws Exception
Throws:
Exception

testManyMemos

public void testManyMemos()
                   throws Exception
Throws:
Exception

testMissingFile

public void testMissingFile()
                     throws Exception
Throws:
Exception

testReadWithDeletedCols

public void testReadWithDeletedCols()
                             throws Exception
Throws:
Exception

testCurrency

public void testCurrency()
                  throws Exception
Throws:
Exception

testGUID

public void testGUID()
              throws Exception
Throws:
Exception

testNumeric

public void testNumeric()
                 throws Exception
Throws:
Exception

testFixedNumeric

public void testFixedNumeric()
                      throws Exception
Throws:
Exception

testMultiPageTableDef

public void testMultiPageTableDef()
                           throws Exception
Throws:
Exception

testOverflow

public void testOverflow()
                  throws Exception
Throws:
Exception

testLongValueAsMiddleColumn

public void testLongValueAsMiddleColumn()
                                 throws Exception
Throws:
Exception

testUsageMapPromotion

public void testUsageMapPromotion()
                           throws Exception
Throws:
Exception

testLargeTableDef

public void testLargeTableDef()
                       throws Exception
Throws:
Exception

testAutoNumber

public void testAutoNumber()
                    throws Exception
Throws:
Exception

testAutoNumberPK

public void testAutoNumberPK()
                      throws Exception
Throws:
Exception

testWriteAndReadDate

public void testWriteAndReadDate()
                          throws Exception
Throws:
Exception


Copyright © 2005-2008 Health Market Science. All Rights Reserved.