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

Method handleRootZnode91Colons

test/TestZKClient.java:763–768  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

761 }
762
763 @Test (expected = NumberFormatException.class)
764 public void handleRootZnode91Colons() throws Exception {
765 final ZKCallback cb = zk_client.new ZKCallback();
766 final byte[] data = "127.0.0.1:50511:1388534400000".getBytes(CHARSET);
767 cb.handleRootZnode(data);
768 }
769
770 @Test (expected = NumberFormatException.class)
771 public void handleRootZnode91Colon() throws Exception {

Callers

nothing calls this directly

Calls 1

handleRootZnodeMethod · 0.95

Tested by

no test coverage detected