Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for testFailsToForwardReturnValue (0.15 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. android/guava-testlib/test/com/google/common/testing/anotherpackage/ForwardingWrapperTesterTest.java

      }
    
      public void testForwardsToTheWrongMethod() {
        assertFailure(Arithmetic.class, ForwardsToTheWrongMethod::new, "minus");
      }
    
      public void testFailsToForwardReturnValue() {
        assertFailure(Adder.class, FailsToForwardReturnValue::new, "add(", "Return value");
      }
    
      public void testFailsToPropagateException() {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Apr 01 17:27:13 GMT 2026
    - 12.9K bytes
    - Click Count (0)
  2. guava-testlib/test/com/google/common/testing/anotherpackage/ForwardingWrapperTesterTest.java

      }
    
      public void testForwardsToTheWrongMethod() {
        assertFailure(Arithmetic.class, ForwardsToTheWrongMethod::new, "minus");
      }
    
      public void testFailsToForwardReturnValue() {
        assertFailure(Adder.class, FailsToForwardReturnValue::new, "add(", "Return value");
      }
    
      public void testFailsToPropagateException() {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Apr 01 17:27:13 GMT 2026
    - 12.9K bytes
    - Click Count (0)
Back to Top