码迷,mamicode.com
首页 > 编程语言 > 详细

Spring整合activiti单元测试

时间:2017-09-09 10:42:45      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:log   activiti   junit   autowire   span   title   school   style   action   

 1 **
 2  * Spring测试activiti配置是否正常
 3  * <p>Title: SpringActivitiTest</p>
 4  * <p>Description: </p>
 5  * <p>School: qiqihar university</p> 
 6  * @author    BQ
 7  * @date    2017年9月9日上午9:40:57
 8  * @version 1.0
 9  */
10 @Transactional
11 @RunWith(SpringJUnit4ClassRunner.class)
12 @ContextConfiguration(locations = { "classpath:spring/applicationContext-*.xml" })
13 public class SpringActivitiTest {
14 
15     @Autowired
16     public RepositoryService repositoryService;
17 
18     @Test
19     public void testBuilder() {
20 
21     }
22 
23 }

 

Spring整合activiti单元测试

标签:log   activiti   junit   autowire   span   title   school   style   action   

原文地址:http://www.cnblogs.com/bianqi/p/7497271.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!