SingleActionMediaControlVerifier
fun <Control : SingleActionMediaControl> SingleActionMediaControlVerifier( objectFactory: (MediaControlContext) -> Control, activeAction: Action, verifyVisibility: Boolean = true)
Content copied to clipboard
Parameters
objectFactory
A lambda to generate SUT objects.
activeAction
The Action that is sent by the SUT when launched.
verifyVisibility
If false, the control is assumed to always be visible and its visibility does not get tested.