Last active
October 16, 2023 19:32
-
-
Save ChrisMash/553ee7ecf9080252c5f37a629484f473 to your computer and use it in GitHub Desktop.
A UT that does a poor job of verifying pre-requisites
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
sut = UnitBeingTested() | |
verify(StorageThing) | |
.hasEntry("something") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment