- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testExceptionPropagation (0.16 seconds)
-
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) -
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)