Published onAugust 16, 2023Should we Unit Test Private Methods?Software-EngineeringUnit-TestThe discussion about whether to test private methods in software development is ongoing, and most experts suggest avoiding it in favor of testing isolated parts of code, as highlighted in this post about C#.