A developer wrote Apex code that calls out to an external system. How should a developer write the test to provide test coverage?
A. Write a class that implements the HTTPCalloutMock interface.
B. Write a class that extends HTTPCalloutMock.
C. Write a class that extends WebserviceMock.
D. Write a class that implements the WebserviceMock interface.
Suggest answer: A
Reference:
No comments:
Please share to make the community better.