apex-enterprise-patterns / fflib-apex-mocks

An Apex mocking framework for true unit testing in Salesforce, with Stub API support
BSD 3-Clause "New" or "Revised" License
423 stars 214 forks source link

Remove duplicated code in mockVoidMethod #27

Closed dfruddffdc closed 8 years ago

dfruddffdc commented 8 years ago

Remove duplicated code. Also a precursor for stub API changes.

dfruddffdc commented 8 years ago

Also fixes #25