- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for staticOneArgThrowsOtherThanNpe (0.14 seconds)
-
guava-testlib/test/com/google/common/testing/NullPointerTesterTest.java
public static class OneArg { public static void staticOneArgCorrectlyThrowsNpe(String s) { checkNotNull(s); // expect NPE here on null } public static void staticOneArgThrowsOtherThanNpe(String s) { throw new FooException(); // should catch as failure } public static void staticOneArgShouldThrowNpeButDoesnt(String s) { // should catch as failure }Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 47.9K bytes - Click Count (0)