All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jasmine.framework.test.context.BeanTestContext Maven / Gradle / Ivy

There is a newer version: 1.3.8
Show newest version
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