Using runTest instead of runBlocking for Kotlin suspend method implementation #5147
amitojduggal
started this conversation in
General
Replies: 1 comment
-
|
My original thoughts around this: #1914 (comment) I've just reopened #4768 to continue the discussion. I think documenting how to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello team,
First of all, big thanks for adding support for Kotlin suspend functions in Junit 6. We have been looking forward to this.
One question: Is there a reason we are not using runTest in the implementation instead of runBlocking?
https://github.com/junit-team/junit-framework/pull/4530/files
As runTest would support virtual timers.
Beta Was this translation helpful? Give feedback.
All reactions