HomeSort by relevance Sort by last modified time
    Searched full:verifybarpass (Results 1 - 1 of 1) sorted by null

  /external/guava/guava-tests/test/com/google/common/testing/
NullPointerTesterTest.java 249 public void verifyBarPass(Method method, TwoArg bar) throws Exception {
278 verifyBarPass(method, bar); // require both params to throw NPE
293 verifyBarPass(method, bar); // only pass if 1st param throws NPE
308 verifyBarPass(method, bar); // only pass if 2nd param throws NPE
322 verifyBarPass(method, bar); // All args nullable: anything goes!

Completed in 794 milliseconds