Is it a good practice to use the InMemoryConnection
class for unit-testing our Elasticsearch projects?
This class is being used in the actual source code for unit-testing. But the reason I am asking is because it derives from HttpConnection
I am not quite sure if it opens any HTTP connection. Our unit tests go to a build server so I would like to avoid that. Thank you for the help.