Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. `when`(httpResponse.statusLine.statusCode).thenReturn(200)
  2.  
  3. val httpResponse = mock(HttpResponse::class.java, RETURNS_DEEP_STUBS)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement