NUnit integration programmatically with spring
- by harkon
Hi!
I have a component based architecture framework designed and I use NUnit for isolated testing - okay so far.
Now I want to enable integration tests. Therefore the tests use real implementations of the existing components.
Each element of the component has a life cycle (init, start and stop) and I created a NUnit component. In the start…