日韩久久久精品,亚洲精品久久久久久久久久久,亚洲欧美一区二区三区国产精品 ,一区二区福利

基于JUnit測試Spring MVC的正確方法。(僅限Spr

系統(tǒng) 2037 0
Java代碼?? 收藏代碼
  1. package ?controller;??
  2. ??
  3. import ?org.junit.Before;??
  4. import ?org.junit.Test;??
  5. import ?org.junit.runner.RunWith;??
  6. import ?org.springframework.beans.factory.annotation.Autowired;??
  7. import ?org.springframework.http.MediaType;??
  8. import ?org.springframework.test.context.ContextConfiguration;??
  9. import ?org.springframework.test.context.junit4.SpringJUnit4ClassRunner;??
  10. import ?org.springframework.test.context.web.WebAppConfiguration;??
  11. import ?org.springframework.test.web.servlet.MockMvc;??
  12. import ?org.springframework.test.web.servlet.request.MockMvcRequestBuilders;??
  13. import ?org.springframework.test.web.servlet.setup.MockMvcBuilders;??
  14. import ?org.springframework.web.context.WebApplicationContext;??
  15. ??
  16. import ?cn.com.fri.sysconfig.controller.SYSUserController;??
  17. ??
  18. @RunWith (SpringJUnit4ClassRunner. class )??
  19. @WebAppConfiguration ??
  20. @ContextConfiguration (locations?=?{? "classpath:applicationContext-core.xml" ,??
  21. ???????? "classpath:applicationContext-servlet.xml" ?})??
  22. public ? class ?TestController?{??
  23. ??
  24. ???? @Autowired ??
  25. ???? private ?WebApplicationContext?wac;??
  26. ??
  27. ???? @Autowired ??
  28. ???? private ?SYSUserController?userController; //你要測試的Controller ??
  29. ??
  30. ???? private ?MockMvc?mockMvc;??
  31. ??
  32. ???? @Before ??
  33. ???? public ? void ?setup()?{??
  34. ????????mockMvc?=?MockMvcBuilders.standaloneSetup(userController).build();??
  35. ????}??
  36. ??
  37. ???? @Test ??
  38. ???? public ? void ?testFindPageUsers()? throws ?Exception?{??
  39. ????????ResultActions?ra?=? this .mockMvc.perform(MockMvcRequestBuilders??
  40. ????????????????.post( "/sysconfig/user/findPageUsers" )??
  41. ????????????????.accept(MediaType.APPLICATION_JSON).param( "page" ,? "1" )??
  42. ????????????????.param( "limit" ,? "10" ));??
  43. ????????MvcResult?mr?=?ra.andReturn();??
  44. ????????String?result?=?mr.getResponse().getContentAsString();??
  45. ????????log.info(result);??
  46. ????}??
  47. ??
  48. }??



Spring-mvc-test包在Spring 3.2中已經(jīng)被包含,我沒有在其他版本中測試。

基于JUnit測試Spring MVC的正確方法。(僅限Spring 3.2)


更多文章、技術(shù)交流、商務(wù)合作、聯(lián)系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯(lián)系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機(jī)微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦?。。?/p>

主站蜘蛛池模板: 贵州省| 长顺县| 扶沟县| 唐海县| 靖宇县| 蒙自县| 鄯善县| 临夏市| 安新县| 盐源县| 建湖县| 伊通| 苍梧县| 扎鲁特旗| 怀来县| 舞阳县| 正定县| 通城县| 香河县| 肥西县| 浦北县| 蓝田县| 德兴市| 甘孜县| 元氏县| 门头沟区| 菏泽市| 宜章县| 枣阳市| 曲靖市| 庄浪县| 师宗县| 凭祥市| 神农架林区| 建平县| 论坛| 康乐县| 漳浦县| 化隆| 江陵县| 扬中市|