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)
          Creates a new IndexTest instance.
 
Method Summary
 void testByteCodeComparator()
           
 void testByteOrder()
           
 void testComplexIndex()
           
 void testEntryDeletion()
           
 void testIgnoreNulls()
           
 void testIndexSlots()
           
 void testPrimaryKey()
           
 void testUnique()
           
 void testUniqueEntryCount()
           
 
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

IndexTest

public IndexTest(String name)
Creates a new IndexTest instance.

Method Detail

testByteOrder

public void testByteOrder()
                   throws Exception
Throws:
Exception

testByteCodeComparator

public void testByteCodeComparator()

testPrimaryKey

public void testPrimaryKey()
                    throws Exception
Throws:
Exception

testIndexSlots

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


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