Three reasons why you don't want to use a Spring context in unit tests
You use Spring in your application everywhere. You love it. Everything gets injected and is configured by Spring. Great. Why not use the same technology to wire up your tests? The…