Monitor time for a request just before it's sent to the server and when it's
received by the client. For example:
long time = get("/x").timeInMs()
and:
given()... then().responseTime(lessThan(200));
Note that called "timeInMs" or "responseTime" must consume the body of the
response.
Original issue reported on code.google.com by johan.ha...@gmail.com on 13 Jun 2014 at 3:54
Original issue reported on code.google.com by
johan.ha...@gmail.com
on 13 Jun 2014 at 3:54