Class BPlusNodeLongTest

java.lang.Object
com.semedy.reasoner.edb.persistentstore.bplustree.BPlusNodeLongTest

public class BPlusNodeLongTest extends Object
  • Constructor Details

    • BPlusNodeLongTest

      public BPlusNodeLongTest()
  • Method Details

    • setUp

      public void setUp()
    • testPartialAdds

      public void testPartialAdds() throws IOException
      Throws:
      IOException
    • testSearchInit

      public void testSearchInit()
    • testIsFull

      public void testIsFull()
    • testIsLeaf

      public void testIsLeaf()
    • testLeafSearch

      public void testLeafSearch()
    • testLeafDelete

      public void testLeafDelete()
    • testLeafInsert

      public void testLeafInsert() throws IOException
      Throws:
      IOException
    • testLeafUnderflowOdd

      public void testLeafUnderflowOdd()