Open GoogleCodeExporter opened 8 years ago
I think it makes sense to me. Brice, wdyt?
Do you have any API suggestions?
Original comment by szcze...@gmail.com
on 15 Sep 2014 at 6:09
[deleted comment]
If last question was to me, then after thinking about it more I don't see a
nice way to model it as an InOrder feature... Overloading it in
verifyNoMoreInteractions may also be confusing. Perhaps verify(mock,
nomore()).call(...) - and leave it to matchers to capture either any()
invocation or a subset of them.
Original comment by b.traffi...@gmail.com
on 16 Sep 2014 at 12:31
it could be something like:
verify(mock, noMoreInteractions()).method()
I was actually thinking about Brice, one of the team members :) Your feedback
is greatly appreciated as you are the client of this feature!
Original comment by szcze...@gmail.com
on 16 Sep 2014 at 12:16
Original issue reported on code.google.com by
b.traffi...@gmail.com
on 12 Sep 2014 at 8:03