Q19 Single choice Mark for later How should a developer write unit tests for a private method in an Apex class? A Use the SeeAllData annotation. B Add a test method in the Apex class. C Mark the Apex class as global. D Use the @TestVisible annotation. Correct answer