r

recyclerview-child-actions

A simple API to perform actions and checks on child views of a RecycleView's item in Espresso tests.
https://github.com/xabaras/recyclerview-child-actions
The Apache Software License, Version 2.0
Paolo Montalto
Files download
File Operation
recyclerview-child-actions-1.0.pom download
recyclerview-child-actions-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>it.xabaras.android.espresso</groupId>
  <artifactId>recyclerview-child-actions</artifactId>
  <version>1.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'it.xabaras.android.espresso:recyclerview-child-actions:1.0'
Gradle Kotlin
implementation("it.xabaras.android.espresso:recyclerview-child-actions:1.0")
Scala SBT
libraryDependencies += "it.xabaras.android.espresso" % "recyclerview-child-actions" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='it.xabaras.android.espresso', module='recyclerview-child-actions', version='1.0')
)
Apache Ivy
<dependency org="it.xabaras.android.espresso" name="recyclerview-child-actions" rev="1.0" />
Leiningen
[it.xabaras.android.espresso/recyclerview-child-actions "1.0"]
Apache Buildr
'it.xabaras.android.espresso:recyclerview-child-actions:jar:1.0'
Dependencies
The project has no third-party dependencies