Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save Kdan/6f7f8ef861b92677b08dafca37aaacdd to your computer and use it in GitHub Desktop.
/// The name of a function, used to look up calls on the `Mock` class.
protocol FunctionName {
/// The raw value of the function name.
var rawValue: String { get }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment