Automation Testing for ES

Need to create a dummy searchResponse type variable to use it for automated unit testing..

Please suggest if there is something directly available

We use scalaTest for unittesting

SearchResponse has a public constructor, and the handful of its dependencies that I looked at also have public constructors. Can't you just make one directly?

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