This is a playground to generate tests doubles for protocols.
Add files to the Input folder or Input.swift file to generate test doubles of those protocols. Every generated class will be available in the Output folder.
brew install sourcery
git clone https://github.com/jmpg93/AutoTestDouble.git
cd AutoTestDouble/AutoTestDouble.playground/Resources/
./watch.sh
Open the playground and play. Save the to see the generated code. Use assistant editor on right for extra fun.