MultipleActionMediaControlVerifier
fun <Control : MultipleActionMediaControl> MultipleActionMediaControlVerifier( objectFactory: (MediaControlContext) -> Control, supportedActions: Collection<Action>, verifyVisibility: Boolean = true)
Content copied to clipboard
Parameters
objectFactory
A lambda to generate SUT objects.
supportedActions
The Actions supported by the SUT.
verifyVisibility
If false
, the control is assumed to always be visible and its visibility does not get tested.