DpadViewAction

abstract class DpadViewAction(description: String) : ViewAction

Constructors

Link copied to clipboard
constructor(description: String)

Functions

Link copied to clipboard
open override fun getConstraints(): Matcher<View>
Link copied to clipboard
open override fun getDescription(): String
Link copied to clipboard
abstract fun perform(uiController: UiController, view: View)