How to add a spring application context to the java runtime to be used for integration tests within
- by user258030
I am trying to add a test spring application context to the java runtime, so that my beans can be wired properly for my integration tests.