public class TestZKMulti extends Object
Constructor and Description |
---|
TestZKMulti() |
Modifier and Type | Method and Description |
---|---|
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testComplexMulti() |
void |
testdeleteChildrenRecursivelyMulti()
Verifies that for the given root node, it should delete all the child nodes
recursively using multi-update api.
|
void |
testDeleteChildrenRecursivelyMultiOrSequential() |
void |
testdeleteChildrenRecursivelySequential()
Verifies that for the given root node, it should delete all the child nodes
recursively using normal sequential way.
|
void |
testDeleteNodeRecursivelyMulti()
Verifies that for the given root node, it should delete all the nodes recursively using
multi-update api.
|
void |
testDeleteNodeRecursivelyMultiOrSequential() |
void |
testDeleteNodeRecursivelySequential()
Verifies that for the given root node, it should delete all the nodes recursively using
normal sequential way.
|
void |
testMultiFailure() |
void |
testRunSequentialOnMultiFailure() |
void |
testSimpleMulti() |
void |
testSingleFailure() |
void |
testSingleFailureInMulti() |
public void testRunSequentialOnMultiFailure() throws Exception
Exception
public void testdeleteChildrenRecursivelyMulti() throws Exception
Exception
public void testdeleteChildrenRecursivelySequential() throws Exception
Exception
public void testDeleteNodeRecursivelyMulti() throws Exception
Exception
public void testDeleteNodeRecursivelySequential() throws Exception
Exception
public void testDeleteNodeRecursivelyMultiOrSequential() throws Exception
Exception