invokeIntent

open override fun invokeIntent(action: CONTAINER_HOST.() -> Job): Job(source)

Deprecated

Use containerHost instead

Replace with

action(containerHost)

Invoke an intent on the ContainerHost under test.