@ContextConfiguration(locations="classpath:spring.xml")public class BaseTest extends AbstractJUnit4SpringContextTests{ @Test
testSomething(){}
}