()
| 126 | } |
| 127 | |
| 128 | @Test |
| 129 | public void getRegionNotCached() throws Exception { |
| 130 | this.regions_cache.clear(); |
| 131 | assertNull(Whitebox.invokeMethod(client, "getRegion", TABLE, KEY)); |
| 132 | } |
| 133 | |
| 134 | @Test |
| 135 | public void getRegionDiffKey() throws Exception { |