MCPcopy Index your code
hub / github.com/OpenTSDB/asynchbase / handleRootZnode90NotAPort

Method handleRootZnode90NotAPort

test/TestZKClient.java:732–737  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

730 }
731
732 @Test (expected = NumberFormatException.class)
733 public void handleRootZnode90NotAPort() throws Exception {
734 final ZKCallback cb = zk_client.new ZKCallback();
735 final byte[] data = "127.0.0.1:Host2".getBytes(CHARSET);
736 cb.handleRootZnode(data);
737 }
738
739 @Test (expected = NumberFormatException.class)
740 public void handleRootZnode90NegativePort() throws Exception {

Callers

nothing calls this directly

Calls 1

handleRootZnodeMethod · 0.95

Tested by

no test coverage detected