MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / handleRootZnode90NoPort

Method handleRootZnode90NoPort

test/TestZKClient.java:725–730  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

723 }
724
725 @Test
726 public void handleRootZnode90NoPort() throws Exception {
727 final ZKCallback cb = zk_client.new ZKCallback();
728 final byte[] data = "127.0.0.1".getBytes(CHARSET);
729 assertNull(cb.handleRootZnode(data));
730 }
731
732 @Test (expected = NumberFormatException.class)
733 public void handleRootZnode90NotAPort() throws Exception {

Callers

nothing calls this directly

Calls 1

handleRootZnodeMethod · 0.95

Tested by

no test coverage detected