Skip to content

Instantly share code, notes, and snippets.

@ChrisMash
Last active October 16, 2023 19:31
Show Gist options
  • Save ChrisMash/1abae9502e81bf352201c6aa95bac35c to your computer and use it in GitHub Desktop.
Save ChrisMash/1abae9502e81bf352201c6aa95bac35c to your computer and use it in GitHub Desktop.
A UT that does a poor job of verifying expected values
delegate = ADelegate()
sut = UnitBeingTested(delegate)
sut.aFunctionCall()
verify(delegate)
.callMadeTo(functionOnDelegate)
.withParameter(anything())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment