eclipse-vertx / vertx-junit5

Testing Vert.x applications with JUnit 5
Apache License 2.0
44 stars 32 forks source link

Publish Vertx object in global namespace #59

Closed slinkydeveloper closed 5 years ago

slinkydeveloper commented 5 years ago

To allow other extensions depend on VertxExtension (e.g. extension that retrieves the vertx object and create a webclient), the Vert.x Extension should publish the Vert.x object in global namespace. Perhaps we can add a flag for it in https://github.com/vert-x3/vertx-junit5/pull/56