MOCKING CLASSES

Sometimes a quick object is not sufficient.

The object you need to mock is instantiated inside the function you're testing
You want to preserve the original class, but you need to override a subset of methods
You want to replace the original class and prevent it from loading
You want to implement a temporary but re-usable class specification
Next: https://github.com/exodist/Mock-Quick/blob/master/lib/Mock/Quick/Presentation/slideI.pod
Previous: https://github.com/exodist/Mock-Quick/blob/master/lib/Mock/Quick/Presentation/slideG.pod