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

Method exceptionCaughtNullEvent

test/TestRegionClient.java:146–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144 }
145
146 @Test (expected = NullPointerException.class)
147 public void exceptionCaughtNullEvent() throws Exception {
148 final RegionClient rclient = new RegionClient(hbase_client);
149 rclient.exceptionCaught(null, null);
150 }
151
152 @Test (expected = NullPointerException.class)
153 public void exceptionCaughtNullChannel() throws Exception {

Callers

nothing calls this directly

Calls 1

exceptionCaughtMethod · 0.95

Tested by

no test coverage detected