Is there a way I can use Castle to inject dependencies into tests (MbUnit)?

60 views Asked by At

I've got unit tests written in C# using MbUnit & I have a bunch of helper classes that I use for constructing the test environment. Is there a way to have MbUnit use Castle to resolve the test classes so I can inject dependencies in?

0

There are 0 answers