ConnectApiHelper icon indicating copy to clipboard operation
ConnectApiHelper copied to clipboard

Remove dependency to SeeAllData

Open nm90 opened this issue 5 years ago • 0 comments

Using SeeAllData=True is against best practices documented https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_testing_seealldata_using.htm

Since ConnectAPIs are not accessible in data silo'd tests, it would be great to see these examples reworked to use a mock/stubbing framework instead of requiring tests to see all data in an org.

Financial Force has published a robust example of a mock/stubbing framework but, it would be fantastic to have something for salesforce developers leveraging Connect APIs like this to be able to plug-and-play from this repo.

nm90 avatar Jan 22 '21 15:01 nm90