()
| 92 | } |
| 93 | |
| 94 | @Test |
| 95 | public void getRemoteAddressChanNotSet() throws Exception { |
| 96 | RegionClient rclient = new RegionClient(hbase_client); |
| 97 | |
| 98 | assertNull(Whitebox.getInternalState(rclient, "chan")); |
| 99 | assertNull(rclient.getRemoteAddress()); |
| 100 | } |
| 101 | |
| 102 | @Test |
| 103 | public void getRemoteAddressChanSet() throws Exception { |
nothing calls this directly
no test coverage detected