Group multiple_times()
doesn't play well with with_side_effects()
#29
Labels
multiple_times()
doesn't play well with with_side_effects()
#29
Bug situation using
multiple_times()
combined withwth_side_effects()
but notand_return
. The return value from the first call to the side effect method willbecome the return value for all subsequent calls to the MockMethod.
Unit test which illustrates the current bug:
The text was updated successfully, but these errors were encountered: