4041424344454647
answers.add(new Returns(toBeReturned)); return this; } public Stubber doThrow(Throwable toBeThrown) { answers.add(new ThrowsException(toBeThrown)); return this; }