MCPcopy Index your code
hub / github.com/OpenTSDB/asynchbase / answer

Method answer

test/TestPutRequest.java:199–203  ·  view source on GitHub ↗
(final InvocationOnMock invocation)

Source from the content-addressed store, hash-verified

197 private void stubbing(final PutRequest put){
198 doAnswer(new Answer<Object>(){
199 public Object answer(final InvocationOnMock invocation){
200 put.getDeferred().callback(null);
201 sendPut = true;
202 return null;
203 }
204 }).when(regionclient).sendRpc(put);
205
206 doAnswer(new Answer<Object>(){

Callers

nothing calls this directly

Calls 3

sendRpcMethod · 0.80
callbackMethod · 0.45
getDeferredMethod · 0.45

Tested by

no test coverage detected