Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for testInvokeSubscriberMethod_errorPassthrough (0.24 seconds)

  1. guava-tests/test/com/google/common/eventbus/SubscriberTest.java

                () -> subscriber.invokeSubscriberMethod(FIXTURE_ARGUMENT));
        assertThat(expected).hasCauseThat().isInstanceOf(IntentionalException.class);
      }
    
      public void testInvokeSubscriberMethod_errorPassthrough() throws Throwable {
        Method method = getTestSubscriberMethod("errorThrowingMethod");
        Subscriber subscriber = Subscriber.create(bus, this, method);
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Dec 26 21:52:12 GMT 2025
    - 4.8K bytes
    - Click Count (0)
  2. android/guava-tests/test/com/google/common/eventbus/SubscriberTest.java

                () -> subscriber.invokeSubscriberMethod(FIXTURE_ARGUMENT));
        assertThat(expected).hasCauseThat().isInstanceOf(IntentionalException.class);
      }
    
      public void testInvokeSubscriberMethod_errorPassthrough() throws Throwable {
        Method method = getTestSubscriberMethod("errorThrowingMethod");
        Subscriber subscriber = Subscriber.create(bus, this, method);
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Dec 26 21:52:12 GMT 2025
    - 4.8K bytes
    - Click Count (0)
Back to Top