|
|
|
|
|
by uw_rob
3552 days ago
|
|
In my experience with Mockito and unit tests I haven't ever ran into this. However it seems like a very valid concern, and I could definitely see it causing problems. I wonder if it is possible to use reflection and have mockito throw an exception if a stub method is called. |
|