Searched refs:findMethodByName (Results 1 – 5 of 5) sorted by relevance
336 assertEquals(fooMethod, service.findMethodByName("Foo")); in testServiceDescriptor()344 assertEquals(barMethod, service.findMethodByName("Bar")); in testServiceDescriptor()346 assertNull(service.findMethodByName("NoSuchMethod")); in testServiceDescriptor()387 MethodDescriptor method = service.findMethodByName("Foo"); in testCustomOptions()
177 ServiceWithNoOuter.getDescriptor().findMethodByName("Foo"); in testNewReflectiveService()207 ServiceWithNoOuter.getDescriptor().findMethodByName("Foo"); in testNewReflectiveBlockingService()
175 MethodDescriptor fooMethod = ServiceWithNoOuter.getDescriptor().findMethodByName("Foo"); in testNewReflectiveService()203 MethodDescriptor fooMethod = ServiceWithNoOuter.getDescriptor().findMethodByName("Foo"); in testNewReflectiveBlockingService()
319 assertEquals(fooMethod, service.findMethodByName("Foo")); in testServiceDescriptor()325 assertEquals(barMethod, service.findMethodByName("Bar")); in testServiceDescriptor()328 assertNull(service.findMethodByName("NoSuchMethod")); in testServiceDescriptor()379 MethodDescriptor method = service.findMethodByName("Foo"); in testCustomOptions()
1989 public MethodDescriptor findMethodByName(final String name) { in findMethodByName() method in Descriptors.ServiceDescriptor