Y
Hacker News
new
|
ask
|
show
|
jobs
by
tayo42
150 days ago
You can do that with mocks if it's important that something is only called once, or likely there's some unintended side effect of calling it twice and tests woukd catch the bug
1 comments
anthonypasq96
150 days ago
i know you could do it, im asking why on earth you would feel its vital to verify stream.filter() was called twice in a function
link