SpringBoot之單元測試

MockMvc實現了對Http請求的模擬,可以直接使用網絡的形式,轉換到Controller的調用,這樣可使得測試速度快、不依賴網絡環境,並且提供了一套驗證的工具,這樣可使得請求的驗證統一併且很方便。html controllerweb @RestController public class IndexController { @RequestMapping("/index")
相關文章
相關標籤/搜索