Skip to content

Instantly share code, notes, and snippets.

@ffMathy
Created August 22, 2018 20:31
Show Gist options
  • Save ffMathy/f0d5ca35dd6c7dbd8dab7a7d83dcfd37 to your computer and use it in GitHub Desktop.
Save ffMathy/f0d5ca35dd6c7dbd8dab7a7d83dcfd37 to your computer and use it in GitHub Desktop.
const mockedCalculator = Substitute.for<RealCalculator>();
mockedCalculator.add(3, 4);
mockedCalculator.received().add(1, 2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment