primaryActivityScenarioStateProvider

val primaryActivityScenarioStateProvider: () -> Lifecycle.State

The state provider of the ActivityScenario of the primary activity under test. Required to verify the Lifecycle.State.

Use IviActivityTestCase.primaryActivityScenarioState to implement this provider.