Searched refs:addStub (Results 1 - 3 of 3) sorted by relevance

/external/easymock/src/org/easymock/internal/
H A DIMocksBehavior.java23 void addStub(ExpectedInvocation expected, Result result); method in interface:IMocksBehavior
H A DRecordState.java137 behavior.addStub(lastInvocation, Result.createReturnResult(value));
149 behavior.addStub(
158 behavior.addStub(lastInvocation, Result.createReturnResult(null));
166 behavior.addStub(
178 behavior.addStub(lastInvocation, Result.createThrowResult(throwable));
189 behavior.addStub(
201 behavior.addStub(lastInvocation, Result.createAnswerResult(answer));
211 behavior.addStub(lastInvocation, Result
H A DMocksBehavior.java56 public final void addStub(ExpectedInvocation expected, Result result) { method in class:MocksBehavior

Completed in 190 milliseconds