|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.basex.test.TableBlockAccessTest
public final class TableBlockAccessTest
This class tests the update functionality of the BlockStorage.
| Constructor Summary | |
|---|---|
TableBlockAccessTest()
|
|
| Method Summary | |
|---|---|
void |
setUp()
Load the JUnitTest database. |
static void |
setUpBeforeClass()
Delete old JUnitTest databases. |
void |
tearDown()
Drop the JUnitTest database. |
void |
testDeleteAtBeginning()
Test delete at beginning. |
void |
testDeleteAtEnd()
Test delete at end. |
void |
testDeleteFirstBlock()
Delete first block. |
void |
testDeleteLastBlock()
Delete the last block. |
void |
testDeleteOneNode()
Test delete. |
void |
testDeleteSecondBlock()
Delete the second block. |
void |
testDeleteSecondBlockAndSurroundingNodes()
Delete the second block with some surrounding nodes. |
void |
testInsertAtBlockBoundary()
Test inserting multiple entries. |
void |
testInsertMany()
Test inserting multiple entries. |
void |
testInsertMultiple()
Test inserting multiple entries. |
void |
testSimpleInsert()
Test basic insertion. |
void |
testSize()
Test size of file. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableBlockAccessTest()
| Method Detail |
|---|
public void setUp()
throws java.io.IOException
java.io.IOException - in case of probspublic static void setUpBeforeClass()
public void tearDown()
throws java.lang.Exception
java.lang.Exception - in case of problems.public void testDeleteAtBeginning()
public void testDeleteAtEnd()
public void testDeleteFirstBlock()
public void testDeleteLastBlock()
public void testDeleteOneNode()
public void testDeleteSecondBlock()
public void testDeleteSecondBlockAndSurroundingNodes()
public void testInsertAtBlockBoundary()
public void testInsertMany()
public void testInsertMultiple()
public void testSimpleInsert()
public void testSize()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||