Last active
November 8, 2018 15:21
-
-
Save catalinghita8/ba0a582f1a1dd084872f67c7d5ffb964 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Test | |
public void customComponentTest() throws Exception { | |
CountingIdlingResource componentIdlingResource = testedComponent.getIdlingResourceInTest(); | |
Espresso.registerIdlingResources(componentIdlingResource); | |
//perform checks for the specific component below | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment