Class RestTextResponse


  • public class RestTextResponse
    extends RestResponse
    Process RestReponse of type application/text
    Author:
    Meenal Bhave
    • Constructor Detail

      • RestTextResponse

        public RestTextResponse​(io.restassured.response.Response response)
    • Method Detail

      • getJsonObject

        public com.google.gson.JsonObject getJsonObject()
      • getJsonValueByPath

        public java.lang.String getJsonValueByPath​(java.lang.String path)
      • getJsonObjectByPath

        public org.json.simple.JSONObject getJsonObjectByPath​(java.lang.String path)