junit - Android How to Fail an espresso test -
is there elegant way fail espresso test. example, network isn't present dialog appears, how stop tests in such case , fail.
try run ui tests in isolation (without network data) or mock server using mockito.
Comments
Post a Comment