Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for testExceptionPropagation (0.16 seconds)

  1. guava-testlib/src/com/google/common/testing/ForwardingWrapperTester.java

          }
          if (method.getName().equals("toString") && method.getParameterTypes().length == 0) {
            continue;
          }
          testSuccessfulForwarding(interfaceType, method, wrapperFunction);
          testExceptionPropagation(interfaceType, method, wrapperFunction);
        }
        if (testsEquals) {
          testEquals(interfaceType, wrapperFunction);
        }
        testToString(interfaceType, wrapperFunction);
      }
    
    Created: 2026-04-03 12:43
    - Last Modified: 2025-05-13 17:27
    - 9.1K bytes
    - Click Count (0)
  2. android/guava-testlib/src/com/google/common/testing/ForwardingWrapperTester.java

          }
          if (method.getName().equals("toString") && method.getParameterTypes().length == 0) {
            continue;
          }
          testSuccessfulForwarding(interfaceType, method, wrapperFunction);
          testExceptionPropagation(interfaceType, method, wrapperFunction);
        }
        if (testsEquals) {
          testEquals(interfaceType, wrapperFunction);
        }
        testToString(interfaceType, wrapperFunction);
      }
    
    Created: 2026-04-03 12:43
    - Last Modified: 2025-05-13 17:27
    - 9.1K bytes
    - Click Count (0)
Back to Top