()
| 191 | } |
| 192 | |
| 193 | public JSONArray getJSONArray() throws IOException { |
| 194 | ignoreContentType(); |
| 195 | String jsonArray = response().body(); |
| 196 | return new JSONArray(jsonArray); |
| 197 | } |
| 198 | |
| 199 | public Response response() throws IOException { |
| 200 | Response response; |
no test coverage detected