We first need to deploy the database verticle. We will configure the JDBC connection to be HSQLDB with an in-memory storage, and upon success we will fetch a service proxy for our test cases.
Since these operations are involving, we leverage the JUnit before / after life-cycle methods:
Cleaning up the Vert.x context is straightforward, and again we use to ensure that no error was encountered: