0
votes
Unit Testing: Logging and Dependency Injection
I usually do not unit test logging statements by asserting on what's logged but I check that the code paths taken by my unit tests cover logging statements just to make sure that I don't get an exc …
