This Is Why We Don't Test Private Methods
This title could be clearer and more informative.Try out Clickbait Shieldfor free (5 uses left this month).
Testing private methods in unit testing can break encapsulation as these methods are meant to be accessed only within the class they belong to. Instead of exposing these methods for testing, it's better to test the observable behavior through public methods. Private methods impact the internal state or public method outputs,
2 Comments
Sort: