Searched refs:getTestSubscriberMethod (Results 1 – 2 of 2) sorted by relevance
48 Subscriber s1 = Subscriber.create(bus, this, getTestSubscriberMethod("recordingMethod")); in testCreate()52 Subscriber s2 = Subscriber.create(bus, this, getTestSubscriberMethod("threadSafeMethod")); in testCreate()57 Method method = getTestSubscriberMethod("recordingMethod"); in testInvokeSubscriberMethod_basicMethodCall()69 Method method = getTestSubscriberMethod("exceptionThrowingMethod"); in testInvokeSubscriberMethod_exceptionWrapping()81 Method method = getTestSubscriberMethod("errorThrowingMethod"); in testInvokeSubscriberMethod_errorPassthrough()102 private Method getTestSubscriberMethod(String name) { in getTestSubscriberMethod() method in SubscriberTest