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

Feature/stubbing consecutive calls #45

Closed XoNoXForce closed 7 years ago

XoNoXForce commented 7 years ago

Ported the code from the internal repo. Implements the stubbing of consecutive calls, giving the opportunity to have different values for consecutive calls.