I want to use ESIntegTestCase in my tests but they are already extending JerseyTest.
Is there a way to use ESIntegTestCase without extending it?
No, this is not possible.
I don't want to start an ES process in my tests.
How can I check my flow of creating and fetching documents without real external cluster?