eclipse-vertx / vertx-junit5

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

Support nested tests timeouts #134

Closed tsegismont closed 1 year ago

tsegismont commented 1 year ago

Fixes #121

If no annotation is present on the test method or the test class, check enclosing classes (until last non-nested or top-level class).