↧
EPiServer: How to unit test with all those static methods…
So, I’m working with EPiServer now and I want to unit test my code. It is hard. Very hard. The code base I have is not wrapping any of the EPi dependencies and there isn’t time to re-write the code...
View ArticleEPiServer: Unit test classes with Injected properties
This will be a very short entry but I thought it’d be useful to write it down. When you work with EPiServer you may end up having to use property injection. It is very simple, you add a property of...
View Article