SpringJUnit4ClassRunner « Core « Spring Q&A





1. SpringJunit4ClassRunner -- can I change the lifetime of the injected resources?    stackoverflow.com

By experiment, I find that SpringJunit4ClassRunner treats the context and its beans as 'class scope' in the JUnit sense of scope. It inititializes my beans once for the entire set of ...