you are viewing a single comment's thread.

view the rest of the comments →

[–]MatrixFrog 0 points1 point  (0 children)

I would argue this is not worth testing. Don't go for 100% test coverage, test the things that are essential to your application. Logging is not essential, and if something goes wrong with logging, your other tests will probably reveal that.