Searched refs:verifyBarPass (Results 1 – 1 of 1) sorted by relevance
249 public void verifyBarPass(Method method, TwoArg bar) throws Exception { in verifyBarPass() method in NullPointerTesterTest278 verifyBarPass(method, bar); // require both params to throw NPE in testTwoArgNormalNormal()293 verifyBarPass(method, bar); // only pass if 1st param throws NPE in testTwoArgNormalNullable()308 verifyBarPass(method, bar); // only pass if 2nd param throws NPE in testTwoArgNullableNormal()322 verifyBarPass(method, bar); // All args nullable: anything goes! in testTwoArgNullableNullable()