@Test public void testAsyncSetACL() { new StatCB(zk).verifySetACL(); }
@Test public void testAsyncSetACLFailure_NoNode() { new StatCB(zk).verifySetACLFailure_NoNode(); }
@Test public void testAsyncSetACLFailure_BadVersion() { new StatCB(zk).verifySetACLFailure_BadVersion(); }
@Test public void testAsyncSetData() { new StatCB(zk).verifySetData(); }
@Test public void testAsyncSetDataFailure_NoNode() { new StatCB(zk).verifySetDataFailure_NoNode(); }
@Test public void testAsyncSetDataFailure_BadVersion() { new StatCB(zk).verifySetDataFailure_BadVersion(); }
@Test public void testAsyncExists() { new StatCB(zk).verifyExists(); }
@Test public void testAsyncExistsFailure_NoNode() { new StatCB(zk).verifyExistsFailure_NoNode(); }