Home
last modified time | relevance | path

Searched refs:verifyBarPass (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/testing/
DNullPointerTesterTest.java249 public void verifyBarPass(Method method, TwoArg bar) throws Exception { in verifyBarPass() method in NullPointerTesterTest
278 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()