Class AssertResponseContent
- java.lang.Object
-
- org.activiti.cloud.services.test.asserts.AssertResponseContent
-
public class AssertResponseContent extends Object
Asserts for response content
-
-
Constructor Summary
Constructors Constructor Description AssertResponseContent(org.springframework.mock.web.MockHttpServletResponse response)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static 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)AssertFileContentisFile()
-
-
-
Method Detail
-
isFile
public AssertFileContent 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)
-
-