I'm using Spring Boot with elasticsearch-rest-high-level-client
and I am currently writing unit tests.
My program is just a simplified REST API to call ES, thus my unit tests need either a mock of the ES database or a running ES instance and so far I haven't been able to do any these.