OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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