标签:blog http java io 2014 ar log size
@RunWith(SpringJUnit4ClassRunner.class) @ContextConfiguration(locations = { "/config/spring3/applicationContext.xml" })//启动Spring容器 public class TestISrmVendorService { //注入Spring容器中的Bean @Autowired private ISrmVendorService srmVendorService; @Test public void testHasMatchUser() throws Exception { List<SrmVendor> searchAllVendorList = srmVendorService.searchAllVendorList(); System.out.println(searchAllVendorList.size()+"--------------------------------"); } }
Spring MVC Junit4 单元测试,布布扣,bubuko.com
标签:blog http java io 2014 ar log size
原文地址:http://blog.csdn.net/jerome_s/article/details/38405345