If the same method is called in a test case, we use times(2) in verify to tell Cuckoo that this method should be called twice. But what happens if the same method is called two times but with a different parameter value per call? Is there any way to separately verify parameter for the first call and the second call?
If the same method is called in a test case, we use times(2) in verify to tell Cuckoo that this method should be called twice. But what happens if the same method is called two times but with a different parameter value per call? Is there any way to separately verify parameter for the first call and the second call?