How to write test code coverage for private methods in Salesforce?
TestVisible annotation allow test methods to access private or protected members of another class outside the test class. These members include methods, member variables, and inner classes. Sample Class: public ....