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

Captor doesn't store multiple argument values #43

Closed XoNoXForce closed 7 years ago

XoNoXForce commented 7 years ago

fixed bug: when a method was called multiple times with the same argument value it was storing only one value instead of each time. Aligned the code to the internal repository where the bug has been already fixed