Anyone here know where good Mockito 3 documentatio...
# test
r
Anyone here know where good Mockito 3 documentation can be found. or a good talk on Mockito 3... The docs I keep seeing refrence Mockito 2.xx
r
Mockito 3 is just Mockito 2 but requires Java 8.
It’s a major breaking change so the major version had to be updated I guess, but nothing else changed in 3.0.0
r
Mockito 3 can mock statics now correct?