Skip to content

Instantly share code, notes, and snippets.

@CostaFot
Last active January 19, 2020 21:23
Show Gist options
  • Save CostaFot/12df8f80df1ca1cdadd944ac3c66330f to your computer and use it in GitHub Desktop.
Save CostaFot/12df8f80df1ca1cdadd944ac3c66330f to your computer and use it in GitHub Desktop.
@ExperimentalCoroutinesApi
fun CoroutineTestRule.runBlockingTest(block: suspend TestCoroutineScope.() -> Unit) {
testDispatcher.runBlockingTest(block)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment