1819202122232425
mocker.setStub(new VoidStub()); return this; } public ExpectationBuilder returns(Object returnValue) { mocker.setStub(new ReturnStub(returnValue)); return this; }