SyntaxFix
Write A Post
Hire A Developer
Questions
You should not. If your private methods have enough complexity that must be tested, you should put them on another class. Keep high cohesion, a class should have only one purpose. The class public interface should be enough.