()
| 1110 | } |
| 1111 | |
| 1112 | @Test |
| 1113 | public void handleMetaZnodeNotMagic() throws Exception { |
| 1114 | final ZKCallback cb = zk_client.new ZKCallback(); |
| 1115 | final byte[] data = new byte[] { 0, 0 }; |
| 1116 | assertNull(cb.handleMetaZnode(data)); |
| 1117 | } |
| 1118 | |
| 1119 | @Test |
| 1120 | public void handleMetaZnodeMissingMeta() throws Exception { |
nothing calls this directly
no test coverage detected