com.healthmarketscience.jackcess
Class IndexTest

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

public class IndexTest
extends junit.framework.TestCase

Author:
James Ahlborn

Constructor Summary
IndexTest(String name)
           
 
Method Summary
 void testAutoNumberRecover()
           
 void testBinaryIndex()
           
 void testByteCodeComparator()
           
 void testByteOrder()
           
 void testComplexIndex()
           
 void testConstraintViolation()
           
 void testEntryDeletion()
           
 void testGetForeignKeyIndex()
           
 void testIgnoreNulls()
           
 void testIndexCreation()
           
 void testLogicalIndexes()
           
 void testPrimaryKey()
           
 void testReplId()
           
 void testUnique()
           
 void testUniqueEntryCount()
           
 
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

IndexTest

public IndexTest(String name)
Method Detail

testByteOrder

public void testByteOrder()
                   throws Exception
Throws:
Exception

testByteCodeComparator

public void testByteCodeComparator()

testPrimaryKey

public void testPrimaryKey()
                    throws Exception
Throws:
Exception

testLogicalIndexes

public void testLogicalIndexes()
                        throws Exception
Throws:
Exception

testComplexIndex

public void testComplexIndex()
                      throws Exception
Throws:
Exception

testEntryDeletion

public void testEntryDeletion()
                       throws Exception
Throws:
Exception

testIgnoreNulls

public void testIgnoreNulls()
                     throws Exception
Throws:
Exception

testUnique

public void testUnique()
                throws Exception
Throws:
Exception

testUniqueEntryCount

public void testUniqueEntryCount()
                          throws Exception
Throws:
Exception

testReplId

public void testReplId()
                throws Exception
Throws:
Exception

testIndexCreation

public void testIndexCreation()
                       throws Exception
Throws:
Exception

testGetForeignKeyIndex

public void testGetForeignKeyIndex()
                            throws Exception
Throws:
Exception

testConstraintViolation

public void testConstraintViolation()
                             throws Exception
Throws:
Exception

testAutoNumberRecover

public void testAutoNumberRecover()
                           throws Exception
Throws:
Exception

testBinaryIndex

public void testBinaryIndex()
                     throws Exception
Throws:
Exception


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