Skip to content

Instantly share code, notes, and snippets.

@Garyfimo
Created July 5, 2020 23:29
Show Gist options
  • Save Garyfimo/e463b749b911fec56175989fca5d512d to your computer and use it in GitHub Desktop.
Save Garyfimo/e463b749b911fec56175989fca5d512d to your computer and use it in GitHub Desktop.
@Test
fun verificarClicBotonCero() {
val valorEsperado = Numeros.CERO.valor
btnCero.perform(ViewActions.click())
tvVisualizadorOperacion.check(ViewAssertions.matches(ViewMatchers.withText(valorEsperado)))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment