Searched defs:actionWhenFirstParamIsNull (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava-testlib/test/com/google/common/testing/
H A DNullPointerTesterTest.java250 Action actionWhenFirstParamIsNull; field in class:NullPointerTesterTest.TwoArg
254 Action actionWhenFirstParamIsNull,
256 this.actionWhenFirstParamIsNull = actionWhenFirstParamIsNull;
263 actionWhenFirstParamIsNull.act();
294 actionWhenFirstParamIsNull, actionWhenSecondParamIsNull);
253 TwoArg( Action actionWhenFirstParamIsNull, Action actionWhenSecondParamIsNull) argument

Completed in 44 milliseconds