SalesforceSalesforce
PDI · Question #159
PDI Question #159: Real Exam Question with Answer & Explanation
Sign in or unlock PDI to reveal the answer and full explanation for question #159. The question stem and answer options stay visible for context.
Submitted by helene.fr· Apr 18, 2026Testing, Debugging, and Deployment
Question
How should a developer write unit tests for a private method in an Apex class?
Options
- AUse the SeeAllData annotation.
- BAdd a test method in the Apex class.
- CUse the TestVisible annotation.
- DMark the Apex class as global.
Unlock PDI to see the answer
You've previewed enough free PDI questions. Unlock PDI for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Apex testing#Unit tests#TestVisible#Private methods