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

Updated to API 37 #24

Closed daveerickson closed 8 years ago

daveerickson commented 8 years ago

fflib_MatcherDefinitions needed an update due to the change in how instanceof works in API 32 and above. All other classes passed test classes.

afawcett commented 8 years ago

Excellent, thanks very much! 👍