Unit Testing Extension Methods Such as LogWarning
Extension methods are a way of life for many developers, however, they prevent unique challenges for those striving for good Unit Test coverage within their application. In this post we explore a process that can be used to still leverage the extension methods AND achieve proper code coverage!
Read Full Article