runComposeTest

open fun runComposeTest(block: ComposeContext.() -> Unit)

Deprecated

Change to use()

Replace with

use(block)