|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.test.storage.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 static void setUpBeforeClass()
public void setUp() throws java.lang.Exception
java.lang.Exception
- in case of probspublic void testSize()
public void testDeleteOneNode()
public void testDeleteAtBeginning()
public void testDeleteAtEnd()
public void testDeleteFirstBlock()
public void testDeleteSecondBlock()
public void testDeleteLastBlock()
public void testDeleteSecondBlockAndSurroundingNodes()
public void testSimpleInsert()
public void testInsertMultiple()
public void testInsertMany()
public void testInsertAtBlockBoundary()
public void tearDown() throws java.lang.Exception
java.lang.Exception
- in case of problems.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |