Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class TestBalloonBlockHoundIntegration : BlockHoundIntegration

Functions

Link copied to clipboard
expect fun TestConfig.blockingDetection(mode: BlockingDetection = BlockingDetection.ERROR): TestConfig

Returns a test configuration which determines blocking call detection for a TestElement hierarchy.

Link copied to clipboard
suspend fun <R> withBlockingDetection(mode: BlockingDetection, action: suspend () -> R): R

Execute action in a coroutine scope governed by the specified blockingDetection mode.