MultipleActionMediaControlVerifier

constructor(objectFactory: (MediaControlContext) -> Control, supportedActions: Collection<Action>, verifyVisibility: Boolean = true)

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.