-
Notifications
You must be signed in to change notification settings - Fork 451
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Complete test suite to check interception (#207)
* Test RaceTriple returning on correct context, and replace `suspendCoroutine` with `suspendCoroutineUninterceptedOrReturn`. * Test RacePair returning on correct context, and replace `suspendCoroutine` with `suspendCoroutineUninterceptedOrReturn`. * Test RaceN returning on correct context, and replace `suspendCoroutine` with `suspendCoroutineUninterceptedOrReturn`. * Test ParTupledN returning on correct context, and replace `suspendCoroutine` with `suspendCoroutineUninterceptedOrReturn`. * Test Fiber returning on correct context. * Add checkAll with Arb * Complete test suite timer.kt * Add missing tests failures * ktlintFormat
- Loading branch information
Showing
14 changed files
with
603 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.