My software (application) provides API (webservices) using httplistener. From the unit test point of view, is it enough to check API functions through web requests?
I ask about this since I read that the best practice is to test only the public methods of the class. In this case, I do not test the public methods of the class, but the public API functions from the entire component.
Thanks for any advice.
reinier
source
share