2020年9月28日

摘要: 代码: /* * 发送PATCH请求:更新Hello-imook */ @Test public void test003_PatchMethod() { String editBody = "{\r\n" + " \"name\":\"Hello-imook\",\r\n" + " \"descr 阅读全文
posted @ 2020-09-28 10:21 shiberhou 阅读(400) 评论(0) 推荐(0) 编辑
摘要: package heyuan.RestAssuredDemo;import static org.junit.jupiter.api.Assertions.*;import org.junit.jupiter.api.BeforeAll;import static io.restassured.Re 阅读全文
posted @ 2020-09-28 09:47 shiberhou 阅读(711) 评论(0) 推荐(0) 编辑

导航