vertx-junit5
vertx-junit5 copied to clipboard
feat(test): add support to run test on a Virtual Thread
Motivation:
Allowing to run unit test using Virtual Thread and a Sync programing model.
When running unit test in Virtual Thread get an error, because the extension is working on a Event loop context, this change will allow to pass a ThreadingModel to run the unit test, while keeping the Event Loop threading model as default.
can you sign the Eclipse Contributor Agreement @cristian-joseb ?
can you sign the Eclipse Contributor Agreement @cristian-joseb ?
done
Are there any more changes required?
it should have been merged indeed