Guest User

Untitled

a guest
Feb 24th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. @RunWith(AndroidJUnit4::class)
  2. ...
  3. class MyTest {
  4. ...
  5. @Test
  6. fun myTest() {
  7. ...
  8. login(BuildConfig.TEST_ANDROID_DOMAIN, BuildConfig.TEST_ANDROID_USERNAME, BuildConfig.TEST_ANDROID_PASSWORD);
  9. ...
  10. }
  11. }
Add Comment
Please, Sign In to add comment