Class

TestContext

Provides storage of test related entities that must be accessible by anything other than [ComposeUiTest] and friends, for example the [InputDispatcher] or the implementation of some assertions and actions.

Common
class TestContext internal constructor(internal val testOwner: TestOwner)

Provides storage of test related entities that must be accessible by anything other than ComposeUiTest and friends, for example the InputDispatcher or the implementation of some assertions and actions.