166167168169170171172
new ChildrenCB(zk).verifyGetChildrenFailure_NoNode(); } @Test public void testAsyncGetData() { new DataCB(zk).verifyGetData(); }
171172173174175176177
new DataCB(zk).verifyGetData(); } @Test public void testAsyncGetDataFailure_NoNode() { new DataCB(zk).verifyGetDataFailure_NoNode(); }
187188189190191192193
new Children2CB(zk).verifyGetChildrenFailure_NoNode(); } @Test public void testAsyncGetData() { new DataCB(zk).verifyGetData(); }
192193194195196197198
180181182183184185186
185186187188189190191
239240241242243244245
244245246247248249250