现在我们来利用Spring Boot来构建一个RestFul API,具体如下:
1.添加Springboot测试注解
@RunWith(SpringRunner.class) @SpringBootTest public class UserControllerTest { }
2.伪造mvc环境
// 注入Spring 工厂 @Autowired private WebApplicationContext wac; //伪造mvc环境 private MockMvc mockMvc; @Before public void setup(){ mockMvc = MockMvcBuilders.webAppContextSetup(wac).build(); }
3.引入静态方法
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get; import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.post; import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.put; import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.delete; import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.jsonPath; import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status;
3.编写测试方法
@Test public void whenXXXXSuccess() throws Exception { //模拟发送请求 String result = mockMvc.perform(get("/user") //发往/user的get请求,可以换成post,put,delete方法执行相应请求 .param("username","xxx") //get请求时填写参数的位置 .contentType(MediaType.APPLICATION_JSON_UTF8) //utf编码 .content(content)) //post和put请求填写参数的位置 .andExpect(status().isOk()) .andExpect(jsonPath("$.length()").value(3)) //期望的json返回结果 .andReturn().getResponse().getContentAsString(); //对返回字符串的json内容进行判断 log.info(result); }
一亿小目标手游
如果让你的人生从来,你可以像王健林一样霸气的表示一亿小目标吗
一亿小目标手机版2019
一亿小目标手机版2019趣味休闲模拟游戏,玩家在游戏中将会通
巴啦啦梦幻餐厅
巴啦啦梦幻餐厅是一款充满魔幻色彩的二次元模拟经营手游,游戏界
恋爱进行时九游版
恋爱进行时九游版是一款以模拟恋爱玩法为核心的角色扮演手游,精
皇室对决fr(Null’s Royale)
皇室对决fr,即皇室战争的私服变态版本,在该版本中玩家能够拥