eclipse-vertx / vertx-junit5

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

"@ExtendWith(VertxExtension.class)" annotations in examples don't seem to be necessary #135

Closed d-william closed 6 months ago

d-william commented 6 months ago

In this examples files, some "@ ExtendWith(VertxExtension.class)" annotations don't seem to be necessary.

In ATest and in BTest, the Vertx instance is created manually. In BTest, the VertxTestContext object is created in the test method In these cases, VertxExtension is not used and remove the annotation does not change the behavior of examples.

tsegismont commented 6 months ago

Fixed by aad9ab9