Guest User

Untitled

a guest
Oct 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. // userService object is mocked mock(UserService::class.java)
  2. Mockito.`when`(this.userService.getRepositories(Mockito.any())).thenReturn(Maybe.create {
  3. it.onSuccess(listOf())
  4. it.onComplete()
  5. })
Add Comment
Please, Sign In to add comment