Possible Duplicate:
Using IoC for Unit Testing
I am refactoring some tests and the solution uses Ninject for DI via the MS ServiceLocator. There is a separate Ninject module for the tests but in using it the testing code becomes quite difficult to follow.
Do you use DI within your tests or should each test be focussed on creating objects it knows exist? i.e. being more explicit.