Closed alfanse closed 6 years ago
Sounds like I just need to update the mockito version: https://github.com/mockito/mockito/issues/1243#issuecomment-342449684
Also, it looks like the mockito team has their own version of this extension (https://github.com/mockito/mockito/pull/1221). Expect me to delete this version in the near future.
I just pushed https://github.com/JeffreyFalgout/junit5-extensions/releases/tag/junit5-extensions-1.0.1 to Maven central. Let me know if that doesn't work for you.
Thats working thanks.
can't mock using java 10 :( with:
testCompile group: 'name.falgout.jeffrey.testing.junit5', name: 'mockito-extension', version: '1.0.0'