function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Maria JosephMaria Joseph 

What is apex mock? is there any sample code for apex mock test?

Hi,
I am new to write apex mock test so pls guide me how to write apex mock test. if it's there any sample code pls post here.

advance thanks.
Joseph.
David van AlphenDavid van Alphen
Hi,

For general mocking in Apex code, you may find this ApexMocks framework useful:
https://github.com/financialforcedev/fflib-apex-mocks/blob/master/README.md

This blog explains in some detail on how to use it:
http://andyinthecloud.com/2015/03/22/unit-testing-with-apex-enterprise-patterns-and-apexmocks-part-1/