Guest User

Untitled

a guest
Oct 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. this.mainViewModel.fetchUserRepositories(ArgumentMatchers.anyString())
  2. // Verify and assertiosn
  3. assertNotNull(this.mainViewModel.repositoriesLiveData.value)
  4. assertEquals(LiveDataResult.Status.SUCCESS, this.mainViewModel.repositoriesLiveData.value?.status)
Add Comment
Please, Sign In to add comment