eclipse-vertx / vertx-junit5

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

Write the full StackTraceElement in TimeoutException message #117

Closed d-william closed 2 years ago

d-william commented 2 years ago

Motivation:

Write the full StackTraceElement in TimeoutException message instead of the file name and line number only

jponge commented 2 years ago

Thanks @d-william