eclipse-vertx / vertx-junit5

Testing Vert.x applications with JUnit 5
Apache License 2.0
42 stars 30 forks source link

Add brief documentation and example for junit-5 parameterized tests #83

Closed lukasjelonek closed 4 years ago

lukasjelonek commented 4 years ago

Motivation:

Document the usage of parameterized tests with junit 5 and vertx. See #78

Conformance:

Your commits should be signed and you should have signed the Eclipse Contributor Agreement as explained in https://github.com/eclipse/vert.x/blob/master/CONTRIBUTING.md Please also make sure you adhere to the code style guidelines: https://github.com/vert-x3/wiki/wiki/Vert.x-code-style-guidelines

jponge commented 4 years ago

Thanks!