data class ActionData


ActionData stores metadata of androidx.test.espresso.ViewAction.

Summary

Public constructors

ActionData(index: Int, viewAction: ViewAction)
ActionData(source: ScreenData, dest: ScreenData)
ActionData(index: Int?, name: String?, desc: String?, constraints: String?)

Public properties

String?
String?
lateinit ScreenData
Int?
String?
lateinit ScreenData

Public constructors

ActionData

ActionData(index: Int, viewAction: ViewAction)

ActionData

ActionData(source: ScreenData, dest: ScreenData)

ActionData

ActionData(index: Int?, name: String?, desc: String?, constraints: String?)

Public properties

constraints

val constraintsString?

desc

val descString?

dest

lateinit var destScreenData

index

val indexInt?

name

val nameString?

source

lateinit var sourceScreenData