Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • You will need to get some clarification about what your senior developer means. Private methods, by their very nature, cannot have unit tests written for them directly, because they are private. You can test logic in the private methods by writing tests for the public methods that call the private methods. Commented Nov 17, 2023 at 15:59
  • 1
    There are many similar questions on this site. So many it is difficult to find only one duplicate. Commented Nov 18, 2023 at 17:38