为了账号安全,请及时绑定邮箱和手机立即绑定

JsonPathResultMatchers 不能应用于 ResultMatcher

JsonPathResultMatchers 不能应用于 ResultMatcher

芜湖不芜 2021-08-04 10:12:16
我正在尝试使用 spring boot 进行简单的测试。mockMvc.perform(post("/user")        .contentType(MediaType.APPLICATION_JSON)        .content(objectMapper.writeValueAsString(userJohn)))        .andExpect(jsonPath("$[0].username", is("bob")));对 jsonPath 使用此导入:import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.jsonPath;我得到:andExpect (org.springframework.test.web.servlet.ResultMatcher) in ResultActions cannot be applied to (org.springframework.test.web.servlet.result.MockMvcResultMatchers.jsonPath)如果我尝试将其转换为 (ResultMatcher),我会得到:java.lang.ClassCastException: org.springframework.test.web.servlet.result.JsonPathResultMatchers cannot be cast to org.springframework.test.web.servlet.ResultMatcher我使用的是 Spring Boot 2.0.4 版。有什么想法可能是什么问题?
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 253 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信