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