()
| 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 { |
nothing calls this directly
no test coverage detected