Home
last modified time | relevance | path

Searched refs:barDescriptor (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DServiceTest.java65 private final Descriptors.MethodDescriptor barDescriptor = field in ServiceTest
93 mockService.callMethod(barDescriptor, mockController, in testCallMethod()
106 assertSame(mockService.getRequestPrototype(barDescriptor), in testGetPrototype()
108 assertSame(mockService.getResponsePrototype(barDescriptor), in testGetPrototype()
128 EasyMock.same(barDescriptor), in testStub()
158 EasyMock.same(barDescriptor), in testBlockingStub()