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

Method handleRootZnode91NoPort

test/TestZKClient.java:792–797  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

790 }
791
792 @Test (expected = NumberFormatException.class)
793 public void handleRootZnode91NoPort() throws Exception {
794 final ZKCallback cb = zk_client.new ZKCallback();
795 final byte[] data = "127.0.0.1,1388534400000".getBytes(CHARSET);
796 assertNull(cb.handleRootZnode(data));
797 }
798
799 @Test (expected = NumberFormatException.class)
800 public void handleRootZnode91NoHost() throws Exception {

Callers

nothing calls this directly

Calls 1

handleRootZnodeMethod · 0.95

Tested by

no test coverage detected