-
Neil replied to the topic How to test a private function / class that has private methods, or inner classe in the forum Quality Assurance / Software Testing 6 years, 3 months ago
If you need to test a private method of a legacy application where it isn’t possible to change the code, one option for Java software is jMockit. This allows you to create mocks to an object when they are private to a class.