Snippets tagged “private-methods”
1 snippet uses this tag.
- Testing Private method using mockitoJava
It is generally considered bad practice to test private methods, as they are an implementation detail that should not be exposed to the outside world.