Searched refs:barResponse (Results 1 – 1 of 1) sorted by relevance
150 BarResponse barResponse = BarResponse.newBuilder().build(); in testBlockingStub() local161 EasyMock.same(BarResponse.getDefaultInstance()))).andReturn(barResponse); in testBlockingStub()165 assertSame(barResponse, stub.bar(mockController, barRequest)); in testBlockingStub()