91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

SpringBoot控制層實現單元測試

發布時間:2020-07-17 18:09:25 來源:網絡 閱讀:463 作者:素顏豬 欄目:編程語言

package com.springboot.demo.controller;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.http.MediaType;
import org.springframework.test.context.junit4.SpringRunner;
import org.springframework.test.web.servlet.MockMvc;
import org.springframework.test.web.servlet.request.MockMvcRequestBuilders;
import org.springframework.test.web.servlet.result.MockMvcResultHandlers;
import org.springframework.test.web.servlet.result.MockMvcResultMatchers;
import org.springframework.test.web.servlet.setup.MockMvcBuilders;
/**

  • @ClassName LeaveControllerTest
  • @Description TODO
  • @Author yunshuodeng
  • @Date 2019-05-06 11:03
  • @Version 1.0**/
    @RunWith(SpringRunner.class)
    br/>**/
    @RunWith(SpringRunner.class)
    public class LeaveControllerTest {
    private MockMvc mockMvc;

    @Before
    public void setUp() throws Exception{
    mockMvc = MockMvcBuilders.standaloneSetup(new LeaveController()).build();
    }

    @Test
    public void hello() throws Exception{
    mockMvc.perform(MockMvcRequestBuilders.get("/level/hello").accept(MediaType.APPLICATION_JSON))
    .andExpect(MockMvcResultMatchers.status().isOk())
    .andDo(MockMvcResultHandlers.print())
    .andReturn();
    }
    }
    說明:
    new LeaveController()表示需要測試的控制器類
    MockMvcRequestBuilders.get("/level/hello"):請求的方法

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

洞口县| 怀仁县| 涟源市| 北宁市| 科尔| 疏附县| 弥勒县| 太仆寺旗| 汽车| 武定县| 岱山县| 霍城县| 鲁山县| 曲麻莱县| 海原县| 建瓯市| 嵩明县| 集贤县| 崇左市| 黄大仙区| 连江县| 神农架林区| 宜兰县| 永吉县| 汤阴县| 徐州市| 铁力市| 游戏| 宝鸡市| 天等县| 蒙阴县| 丹阳市| 二手房| 丹棱县| 咸宁市| 五河县| 静宁县| 盐亭县| 长丰县| 东源县| 额尔古纳市|