-
Notifications
You must be signed in to change notification settings - Fork 519
ConnectApiWrapper
pozil edited this page Feb 13, 2024
·
4 revisions
Most Connect in Apex methods require access to real organization data,
and fail unless used in test methods marked @isTest(SeeAllData=true).
An alternative to that, is mocking the calls to the ConnectAPI class.
This class can be used to inject the ConnectAPI dependency,
allowing its methods to be mocked in test classes.
Group Shared Code
See NamedCredentialRecipesTest