Example #1
0
 /**
  * Accessor to obtain HTTP requests made during the current test in the order in which they were
  * made.
  *
  * @param index index of the request to retrieve.
  * @return the requested request.
  */
 public static HttpRequest getSentHttpRequest(int index) {
   return ShadowDefaultRequestDirector.getSentHttpRequest(index);
 }