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 testCreate()
           
 void testCurrency()
           
 void testDbSortOrder()
           
 void testDeleteCurrentRow()
           
 void testDeleteRow()
           
 void testFixedNumeric()
           
 void testFixedText()
           
 void testGetColumns()
           
 void testGetNextRow()
           
 void testGUID()
           
 void testInvalidTableDefs()
           
 void testLargeTableDef()
           
 void testLinkedTables()
           
 void testMissingFile()
           
 void testMultiPageTableDef()
           
 void testNumeric()
           
 void testOverflow()
           
 void testReadDeletedRows()
           
 void testReadWithDeletedCols()
           
 void testSystemTable()
           
 void testTimeZone()
           
 void testToString()
           
 void testUnsupportedColumns()
           
 void testUsageMapPromotion()
           
 void testWriteAndReadDate()
           
 
Methods inherited from class junit.framework.TestCase
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, countTestCases, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, setName, toString
 
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

testDeleteCurrentRow

public void testDeleteCurrentRow()
                          throws Exception
Throws:
Exception

testDeleteRow

public void testDeleteRow()
                   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

testUsageMapPromotion

public void testUsageMapPromotion()
                           throws Exception
Throws:
Exception

testLargeTableDef

public void testLargeTableDef()
                       throws Exception
Throws:
Exception

testWriteAndReadDate

public void testWriteAndReadDate()
                          throws Exception
Throws:
Exception

testSystemTable

public void testSystemTable()
                     throws Exception
Throws:
Exception

testFixedText

public void testFixedText()
                   throws Exception
Throws:
Exception

testDbSortOrder

public void testDbSortOrder()
                     throws Exception
Throws:
Exception

testUnsupportedColumns

public void testUnsupportedColumns()
                            throws Exception
Throws:
Exception

testLinkedTables

public void testLinkedTables()
                      throws Exception
Throws:
Exception

testTimeZone

public void testTimeZone()
                  throws Exception
Throws:
Exception

testToString

public void testToString()


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