Created
July 5, 2020 20:09
-
-
Save Kdan/cb5f11bbd8b75de6c6c95dd4c5d2b718 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| /// The base class for all mock classes. | |
| class Mock: MockType { | |
| /// The log containing function call information. | |
| let log = FunctionLogger() | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment