摘要:
代码: /* * 发送PATCH请求:更新Hello-imook */ @Test public void test003_PatchMethod() { String editBody = "{\r\n" + " \"name\":\"Hello-imook\",\r\n" + " \"descr 阅读全文
摘要:
package heyuan.RestAssuredDemo;import static org.junit.jupiter.api.Assertions.*;import org.junit.jupiter.api.BeforeAll;import static io.restassured.Re 阅读全文