Guest User

Untitled

a guest
May 1st, 2012
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. How to mock an API using mockito [closed]
  2. class foo
  3. {
  4.  
  5. methodA()
  6. {
  7. methodB();
  8. output = methodC();
  9. methodD(output);
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment