Creating a generic test base class that will mock dependencies

castle windsor    dependency injection    design patterns    unit testing
A base test class using Castle Windsor and the ILazyComponentLoader so I don't have to manually setup my mocks. Uses NSubstitute and NUnit too.