how should a developer write unit tests for a private method in an apex class code example
Example: how should a developer write unit tests for a private method in an apex class
Use the TestVisible annotation.
Use the TestVisible annotation.