|
|
|
|
|
by JoeNr76
1529 days ago
|
|
As others have said: you need to think about your functionality as a public API. How the API works under the hood shouldn't affect your tests. So how do you test private methods? You don't, with the exception of testing during development, but those aren supposed to be kept around. |
|