Mock | Spy |
---|---|
Replaces a real object entirely | Uses the real object but monitors it |
Doesn't call real methods by default | Calls real methods unless specified. |
Primarily used for behavior definition | Primarily used for behavior observation. |
-
-
Save nphausg/e1a49b85b4bbdb808613207ae4f2a62b to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment