e

espresso-core-utils

Helper methods for asserting a few things that Espresso does not support out of the box
https://github.com/vanniktech/espresso-utils
The Apache Software License, Version 2.0
Niklas Baudy
Files download
File Operation
espresso-core-utils-0.4.0.pom download
espresso-core-utils-0.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.vanniktech</groupId>
  <artifactId>espresso-core-utils</artifactId>
  <version>0.4.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.vanniktech:espresso-core-utils:0.4.0'
Gradle Kotlin
implementation("com.vanniktech:espresso-core-utils:0.4.0")
Scala SBT
libraryDependencies += "com.vanniktech" % "espresso-core-utils" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.vanniktech', module='espresso-core-utils', version='0.4.0')
)
Apache Ivy
<dependency org="com.vanniktech" name="espresso-core-utils" rev="0.4.0" />
Leiningen
[com.vanniktech/espresso-core-utils "0.4.0"]
Apache Buildr
'com.vanniktech:espresso-core-utils:jar:0.4.0'