Using ESIntegTestCase without extend

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?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.