Class RestHtmlResponse

java.lang.Object
org.alfresco.rest.model.RestHtmlResponse

public class RestHtmlResponse extends Object
Created by Claudia Agache on 10/13/2016.
  • Constructor Details

    • RestHtmlResponse

      public RestHtmlResponse(io.restassured.http.Headers headers, io.restassured.response.ResponseBody body)
  • Method Details

    • getBody

      public io.restassured.response.ResponseBody getBody()
      Returns:
      the ResponseBody
    • assertResponseContainsImage

      public void assertResponseContainsImage()
    • assertPathInHtmlBodyEquals

      public void assertPathInHtmlBodyEquals(String elementHtmlPath, String value)
      Assetion that a html element with specific html path has the specified value
      Parameters:
      elementHtmlPath - the HTML path of the HTML element
      value - value of the field