Class Factory
TL; DR;
Standardising mocking throughout your code base in the simplest way possible without mixing test-only and production code.
See on GitHub
The Problem
Mocking in (Apex) unit tests is very useful. There are, however, a few challenges to it. Ho...
pragmaticbear.hashnode.dev4 min read