Searched refs:fooCallback (Results 1 – 1 of 1) sorted by relevance
81 MockCallback<Message> fooCallback = new MockCallback<Message>(); in testCallMethod() local86 this.<FooResponse>wrapsCallback(fooCallback)); in testCallMethod()92 fooRequest, fooCallback); in testCallMethod()116 MockCallback<FooResponse> fooCallback = new MockCallback<FooResponse>(); in testStub() local126 this.<Message>wrapsCallback(fooCallback)); in testStub()135 stub.foo(mockController, fooRequest, fooCallback); in testStub()