jasmine.framework.test.context.BeanTestContext Maven / Gradle / Ivy
package jasmine.framework.test.context;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.transaction.annotation.Transactional;
/**
*
* 支持 Spring 应用测试。
*
*
* @author mh.z
*/
@Transactional(rollbackFor = Exception.class)
@ContextConfiguration(locations = "classpath:/jasmine/framework/test/config/springContext.xml")
public class BeanTestContext {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy