What are all the mock HTTPCallOuts available in Salesforce?
The mock HTTPCallOuts available in Salesforce are below 1. StaticResourceCalloutMock2. HttpCalloutMock Test class for HTTPCallouts in Salesforce Sample HTTPCallout Class: public class AnimalLocator { public static String getAnimalNameById( Integer id ....