I expected this to return my result set the first time it is called and then return the error the second and subsequent times it is called (like Mockito does), but it just returns the error consistently. Is setting expectations like that possible?
Hi @paulturner-resolute! Closing as there is not enough information to help you, unfortunately. If the problem persists, reopen and provide the following information:
I expected this to return my result set the first time it is called and then return the error the second and subsequent times it is called (like
Mockito
does), but it just returns the error consistently. Is setting expectations like that possible?