Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for exceptionThrowingMethod (0.1 seconds)

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

            methodArgument == FIXTURE_ARGUMENT);
      }
    
      public void testInvokeSubscriberMethod_exceptionWrapping() throws Throwable {
        Method method = getTestSubscriberMethod("exceptionThrowingMethod");
        Subscriber subscriber = Subscriber.create(bus, this, method);
    
        InvocationTargetException expected =
            assertThrows(
                InvocationTargetException.class,
    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

            methodArgument == FIXTURE_ARGUMENT);
      }
    
      public void testInvokeSubscriberMethod_exceptionWrapping() throws Throwable {
        Method method = getTestSubscriberMethod("exceptionThrowingMethod");
        Subscriber subscriber = Subscriber.create(bus, this, method);
    
        InvocationTargetException expected =
            assertThrows(
                InvocationTargetException.class,
    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