Class AssertResponseContent
java.lang.Object
org.activiti.cloud.services.test.asserts.AssertResponseContent
Asserts for response content
-
Constructor Summary
ConstructorsConstructorDescriptionAssertResponseContent(org.springframework.mock.web.MockHttpServletResponse response) -
Method Summary
Modifier and TypeMethodDescriptionstatic AssertResponseContentassertThatResponseContent(io.restassured.module.mockmvc.response.MockMvcResponse response) static AssertResponseContentassertThatResponseContent(org.springframework.mock.web.MockHttpServletResponse response) static AssertResponseContentassertThatResponseContent(org.springframework.test.web.servlet.MvcResult mvcResult) isFile()
-
Constructor Details
-
AssertResponseContent
public AssertResponseContent(org.springframework.mock.web.MockHttpServletResponse response)
-
-
Method Details
-
isFile
-
assertThatResponseContent
public static AssertResponseContent assertThatResponseContent(org.springframework.test.web.servlet.MvcResult mvcResult) -
assertThatResponseContent
public static AssertResponseContent assertThatResponseContent(io.restassured.module.mockmvc.response.MockMvcResponse response) -
assertThatResponseContent
public static AssertResponseContent assertThatResponseContent(org.springframework.mock.web.MockHttpServletResponse response)
-