public class TestZKMulti
extends java.lang.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 static void setUpBeforeClass()
throws java.lang.Exception
java.lang.Exceptionpublic static void tearDownAfterClass()
throws java.lang.Exception
java.lang.Exceptionpublic void testSimpleMulti()
throws java.lang.Exception
java.lang.Exceptionpublic void testComplexMulti()
throws java.lang.Exception
java.lang.Exceptionpublic void testSingleFailure()
throws java.lang.Exception
java.lang.Exceptionpublic void testSingleFailureInMulti()
throws java.lang.Exception
java.lang.Exceptionpublic void testMultiFailure()
throws java.lang.Exception
java.lang.Exceptionpublic void testRunSequentialOnMultiFailure()
throws java.lang.Exception
java.lang.Exceptionpublic void testdeleteChildrenRecursivelyMulti()
throws java.lang.Exception
java.lang.Exceptionpublic void testdeleteChildrenRecursivelySequential()
throws java.lang.Exception
java.lang.Exceptionpublic void testDeleteNodeRecursivelyMulti()
throws java.lang.Exception
java.lang.Exceptionpublic void testDeleteNodeRecursivelySequential()
throws java.lang.Exception
java.lang.Exceptionpublic void testDeleteNodeRecursivelyMultiOrSequential()
throws java.lang.Exception
java.lang.Exceptionpublic void testDeleteChildrenRecursivelyMultiOrSequential()
throws java.lang.Exception
java.lang.Exception