loading . . . How to Use FakeLogger to Make Testing Easier In .Net When writing unit tests in .NET, you may need to verify that methods are logging exceptions, errors, or other key information. You might think, No problem, I'll just mock ILogger using my favourite mo... https://www.freecodecamp.org/news/how-to-use-fakelogger-to-make-testing-easier-in-net/