Closed u6f6o closed 5 years ago
Thanks for your PR.
Would you have tests and documentation to support the change?
@jponge: Welcome. Sure, as soon as I find time I'll provide tests and documentation.
@jponge: the first try to provide a more flexible version of the VertxExtension looked quite promising, further investigation and tests revealed though, that it is not working as expected in all scenarios :-( I tried to dig deeper into the junit5 framework but gave up at some point since I am currently lacking the time. I would suggest to close the PR for now.
Ok thanks @u6f6o
This pull request allows to pre-configure vertx instances before they'll be injected in test/setup/teardown methods.
Junit5 offers a
@RegisterExtension
annotation that allows to configure extension objects. More information can be found here.