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
Exceptionpublic void testdeleteChildrenRecursivelyMulti()
                                        throws Exception
Exceptionpublic void testdeleteChildrenRecursivelySequential()
                                             throws Exception
Exceptionpublic void testDeleteNodeRecursivelyMulti()
                                    throws Exception
Exceptionpublic void testDeleteNodeRecursivelySequential()
                                         throws Exception
Exceptionpublic void testDeleteNodeRecursivelyMultiOrSequential()
                                                throws Exception
Exception