It's already setup in the setup method of the parent test class. And when this is called by a shared client test, Vert.x counts 2 shared client instances.
Consequently, some tests which rely on closing the original http client before creating another one may not work.
It's already setup in the setup method of the parent test class. And when this is called by a shared client test, Vert.x counts 2 shared client instances.
Consequently, some tests which rely on closing the original http client before creating another one may not work.