I\'ve tried to load the spring config file in src/test/resources classpath with the following abstract class:
@RunWith(SpringJUnit4ClassRunner.class) @ContextCon
You seem to be using maven, and trying to run the tests from within eclipse. Check the buil folder (target/test-classes/) for applicationContext.xml. If it is not there, you'd have to build first.
target/test-classes/
applicationContext.xml