Last active
June 29, 2016 12:20
-
-
Save andrzejchm/3557a97235834b123160c2d17cc7615b 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 testPlayground() throws Exception { | |
RESTMockServer.whenGET(RequestMatchers.pathEndsWith("users/andrzejchm")).thenReturnFile( | |
"users/andrzejchm.json"); | |
//launches activity with default intent | |
rule.launchActivity(null); | |
Thread.sleep(10000); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment