Skip to content

Instantly share code, notes, and snippets.

@nphausg
Created September 12, 2024 01:39
Show Gist options
  • Save nphausg/e1a49b85b4bbdb808613207ae4f2a62b to your computer and use it in GitHub Desktop.
Save nphausg/e1a49b85b4bbdb808613207ae4f2a62b to your computer and use it in GitHub Desktop.
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment