Class AssertResponseContent

java.lang.Object
org.activiti.cloud.services.test.asserts.AssertResponseContent

public class AssertResponseContent extends Object
Asserts for response content
  • Constructor Details

    • AssertResponseContent

      public AssertResponseContent(org.springframework.mock.web.MockHttpServletResponse response)
  • Method Details

    • 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)