Home
last modified time | relevance | path

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

/external/guava/guava-testlib/src/com/google/common/testing/
DForwardingWrapperTester.java208 Object actualReturnValue = method.invoke(wrapper, passedArgs); in testInteraction() local
211 if (!isPossibleChainingCall || wrapper != actualReturnValue) { in testInteraction()
213 actualReturnValue); in testInteraction()