Uses of Class
org.apache.sling.testing.tools.http.RequestExecutor

Packages that use RequestExecutor
org.apache.sling.testing.tools.http   
org.apache.sling.testing.tools.sling   
 

Uses of RequestExecutor in org.apache.sling.testing.tools.http
 

Methods in org.apache.sling.testing.tools.http that return RequestExecutor
 RequestExecutor RequestExecutor.assertContentContains(java.lang.String... expected)
          For each supplied string, fail unless content contains it
 RequestExecutor RequestExecutor.assertContentRegexp(java.lang.String... regexp)
          For each supplied regexp, fail unless content contains at least one line that matches.
 RequestExecutor RequestExecutor.assertContentType(java.lang.String expected)
          Verify that response matches supplied content type
 RequestExecutor RequestExecutor.assertStatus(int expected)
          Verify that response matches supplied status
 RequestExecutor RequestExecutor.execute(Request r)
           
 

Methods in org.apache.sling.testing.tools.http with parameters of type RequestExecutor
protected  boolean RetryingContentChecker.assertMore(RequestExecutor executor)
          Optionally perform additional tests in retry condition
protected  void RequestDocumentor.documentRequest(java.io.PrintWriter pw, RequestExecutor executor, java.lang.String[] metadataArray)
           
 

Constructors in org.apache.sling.testing.tools.http with parameters of type RequestExecutor
RetryingContentChecker(RequestExecutor executor, RequestBuilder builder)
           
 

Uses of RequestExecutor in org.apache.sling.testing.tools.sling
 

Methods in org.apache.sling.testing.tools.sling that return RequestExecutor
protected  RequestExecutor SlingTestBase.getRequestExecutor()
           
 



Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.