Searched defs:actualResponse (Results 1 – 3 of 3) sorted by relevance
107 String actualResponse = ClientCalls.blockingUnaryCall(call, req); in unaryBlockingCallSuccess() local
1085 final AtomicReference<byte[]> actualResponse = new AtomicReference<byte[]>(); in serverInterceptor() local
735 Object actualResponse = queue.poll(operationTimeoutMillis(), TimeUnit.MILLISECONDS); in pingPong() local740 assertEquals(goldenResponses.get(i), actualResponse); in pingPong() local