Last active
October 16, 2023 19:31
-
-
Save ChrisMash/8d2b0419da6fffcad05f2a56ee6d6235 to your computer and use it in GitHub Desktop.
A UT that does a poor job of verifying unexpected function calls aren't made
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
delegate = ADelegate() | |
sut = UnitBeingTested(delegate) | |
sut.aFunctionCall() | |
verify(delegate) | |
.callMadeTo(onSuccess) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment