Searched refs:LastControl (Results 1 – 8 of 8) sorted by relevance
200 MocksControl lastControl = LastControl.lastControl(); in getControlForLastCall()705 LastControl.reportAnd(2); in and()719 LastControl.reportAnd(2); in and()733 LastControl.reportAnd(2); in and()747 LastControl.reportAnd(2); in and()761 LastControl.reportAnd(2); in and()775 LastControl.reportAnd(2); in and()789 LastControl.reportAnd(2); in and()803 LastControl.reportAnd(2); in and()819 LastControl.reportAnd(2); in and()[all …]
22 import org.easymock.internal.LastControl;46 LastControl.getCurrentInvocation().addCapture((Captures<Object>) this, in matches()
55 LastControl.pushCurrentInvocation(invocation); in invokeInner()67 LastControl.popCurrentInvocation(); in invokeInner()
36 LastControl.reportLastControl(control); in invoke()
77 LastControl.reportLastControl(null); in reset()99 LastControl.reportLastControl(null); in replay()
76 Invocation invocation = LastControl.getCurrentInvocation(); in createDelegatingResult()
75 List<IArgumentMatcher> lastMatchers = LastControl.pullMatchers(); in invoke()83 if (LastControl.pullMatchers() != null) { in replay()
28 public class LastControl { class