()
| 90 | // perform zero copy operations. |
| 91 | |
| 92 | @Before |
| 93 | public void beforeLocal() throws Exception { |
| 94 | when(hbase_client.getDefaultRpcTimeout()).thenReturn(60000); |
| 95 | timer.stop(); |
| 96 | } |
| 97 | |
| 98 | @Test |
| 99 | public void goodGetRequest() throws Exception { |
nothing calls this directly
no test coverage detected