|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.basex.test.DataUpdateTestDeletes
public final class DataUpdateTestDeletes
This class tests the update features of the Data class.
| Constructor Summary | |
|---|---|
DataUpdateTestDeletes()
|
|
| Method Summary | |
|---|---|
void |
setUp()
Create the database. |
static void |
setUpBeforeClass()
Delete the test-database. |
void |
tearDown()
Delete the test-database. |
void |
testCascadingDelete()
Test deletion of a node with a child. |
void |
testCascadingDelete2()
Test deletion of a node with a child (with text) and attribute. |
void |
testDeleteAttribute()
Test deletion of an attribute. |
void |
testDeleteText()
For the sake of completeness. |
void |
testSimpleNodeDelete()
Test deletion of a simple node. |
void |
testSize()
Test for correct data size. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataUpdateTestDeletes()
| Method Detail |
|---|
public void setUp()
throws java.lang.Exception
java.lang.Exception - in case of problems.public static void setUpBeforeClass()
public void tearDown()
throws java.lang.Exception
java.lang.Exception - in case of problems.
public void testCascadingDelete()
throws java.lang.Exception
java.lang.Exception - in case of problems.
public void testCascadingDelete2()
throws java.lang.Exception
java.lang.Exception - in case of problems.
public void testDeleteAttribute()
throws java.lang.Exception
java.lang.Exception - in case of problems.
public void testDeleteText()
throws java.lang.Exception
java.lang.Exception - in case of problems.
public void testSimpleNodeDelete()
throws java.lang.Exception
java.lang.Exception - in case of problems.
public void testSize()
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 | ||||||||