Found the standard implementation of TestContext: ...
# vertx
n
Found the standard implementation of TestContext: https://github.com/vert-x3/vertx-unit/blob/master/src/main/java/io/vertx/ext/unit/impl/TestContextImpl.java . How is TestContext being passed through to a function? If Kotlin Test adds a new Async test style (https://github.com/kotlintest/kotlintest/issues/94) then how would that affect Vert.x's concurrency model? Kotlin Test already has some support for testing Future based code (https://github.com/kotlintest/kotlintest/blob/master/doc/reference.md#eventually-), which doesn't appear to have any potential conflicts with Vertx's concurrency model although I might be mistaken about that.