()
| 85 | } |
| 86 | |
| 87 | @Test |
| 88 | public void getClosestRowBefore() throws Exception { |
| 89 | final RegionClient rclient = new RegionClient(hbase_client); |
| 90 | rclient.getClosestRowBefore(region, TABLE, KEY, FAMILY); |
| 91 | verifyPrivate(rclient).invoke("sendRpc", rpc); |
| 92 | } |
| 93 | |
| 94 | @Test |
| 95 | public void getRemoteAddressChanNotSet() throws Exception { |
no test coverage detected