Any suggestions for a mocking tool that can fully ...
# spek
j
Any suggestions for a mocking tool that can fully mock Hiberbate and work well with Spek? Mockito seems to want all classes made open which is not ideal.
j
and now you can use the mockito-inline dependency to enable it, instead of having to create the MockMaker file:
testCompile  'org.mockito:mockito-inline:2.15.0'
j
Nice, I'll revisit Mockito then, thanks @raniejade and @jk