Skip to content

Instantly share code, notes, and snippets.

@Kdan
Created July 5, 2020 20:09
Show Gist options
  • Select an option

  • Save Kdan/cb5f11bbd8b75de6c6c95dd4c5d2b718 to your computer and use it in GitHub Desktop.

Select an option

Save Kdan/cb5f11bbd8b75de6c6c95dd4c5d2b718 to your computer and use it in GitHub Desktop.
/// 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