258259260261262263264265
return dispatch(invocation); } public Object captureExpectationTo(ExpectationCapture capture) { return imposteriser.imposterise( new ObjectMethodExpectationBouncer(new InvocationToExpectationTranslator(capture, defaultAction)), mockedType); }