当前位置:网站首页>Unit test notes
Unit test notes
2022-07-03 06:48:00 【Numerous and falling】
get
MvcResult mvcResult = mockMvc.perform(MockMvcRequestBuilders.get("")
.headers(new HttpHeaders())
.contentType(MediaType.APPLICATION_JSON))
.andExpect(MockMvcResultMatchers.status().isOk())
.andReturn();
String contentAsString = mvcResult.getResponse().getContentAsString(StandardCharsets.UTF_8);
post
MvcResult mvcResult = mockMvc.perform(MockMvcRequestBuilders.post("")
.headers(new HttpHeaders())
.content("")//json character string
.contentType(MediaType.APPLICATION_JSON))
.andExpect(MockMvcResultMatchers.status().isOk())
.andReturn();
String contentAsString = mvcResult.getResponse().getContentAsString(StandardCharsets.UTF_8);
边栏推荐
- 【类和对象】深入浅出类和对象
- Unit test framework + Test Suite
- These two mosquito repellent ingredients are harmful to babies. Families with babies should pay attention to choosing mosquito repellent products
- UTC时间、GMT时间、CST时间
- Software testing assignment - the next day
- The mechanical hard disk is connected to the computer through USB and cannot be displayed
- 2022 CISP-PTE(三)命令执行
- 方差迭代公式推导
- Use selenium to climb the annual box office of Yien
- Scripy learning
猜你喜欢
Yolov2 learning and summary
Application scenarios of Catalan number
Winter vacation work of software engineering practice
[untitled]
第8章、MapReduce 生产经验
vmware虚拟机C盘扩容
Software testing learning - day one
New knowledge! The virtual machine network card causes your DNS resolution to slow down
The dynamic analysis and calculation of expressions are really delicious for flee
Chapter 8. MapReduce production experience
随机推荐
pytorch练习小项目
如何迁移或复制VMware虚拟机系统
Pdf files can only print out the first page
【开源项目推荐-ColugoMum】这群本科生基于国产深度学习框架PaddlePadddle开源了零售行业解决方案
Use selenium to climb the annual box office of Yien
Pytest attempts to execute the test case without skipping, but the case shows that it is all skipped
2022-06-23 vgmp OSPF inter domain security policy NAT policy (under update)
【无标题】5 自用历程
Journal quotidien des questions (11)
Floating menu operation
Abstract learning
Application scenarios of Catalan number
What are the characteristics and functions of the scientific thinking mode of mechanical view and system view
Opencv mouse and keyboard events
Judge whether the date time exceeds 31 days
The list of "I'm crazy about open source" was released in the first week, with 160 developers on the list
How to migrate or replicate VMware virtual machine systems
[C /vb.net] convert PDF to svg/image, svg/image to PDF
These two mosquito repellent ingredients are harmful to babies. Families with babies should pay attention to choosing mosquito repellent products
Scripy learning