Automatically generates a mock class implementing a specific protocol. For each protocol method, the mock will provide a methodNameCalled
boolean.
Files:
DataService.swift
- sample filelens.stencil
- sourcery templateDataServiceMock.swift
- sample mock generated
You will need sourcery template for this to work.
Suggestions and improvements are welcome!
Inspired by Filip Zawada.