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.
views:
92answers:
2
+1
A:
Spring supplies some tools that can help with such testing. See Spring TestContext Framework.
Don Roby
2010-04-19 23:00:37