68697071727374
new StringCB(zk).verifyCreate(); } @Test public void testAsyncCreate2() { new Create2CB(zk).verifyCreate(); }
108109110111112113114
new StringCB(zk).verifyCreateFailure_NoChildForEphemeral(); } @Test public void testAsyncCreate2Failure_NodeExists() { new Create2CB(zk).verifyCreateFailure_NodeExists(); }
113114115116117118119
new Create2CB(zk).verifyCreateFailure_NodeExists(); } @Test public void testAsyncCreate2Failure_NoNode() { new Create2CB(zk).verifyCreateFailure_NoNode(); }
119120121122123124125
} @Test public void testAsyncCreate2Failure_NoChildForEphemeral() { new Create2CB(zk).verifyCreateFailure_NoChildForEphemeral(); }