- closeConnection() - Method in class org.apache.commons.latka.http.RequestImpl
-
Closes the http connection associated with the request
- compare(byte[], byte[]) - Method in class org.apache.commons.latka.validators.GoldenFileValidator
-
- compareWeak(String, String) - Method in class org.apache.commons.latka.validators.GoldenFileValidator
-
- CookieTag - Class in org.apache.commons.latka.jelly.validators
-
A class to check for the existence and value of cookies
- CookieTag() - Constructor for class org.apache.commons.latka.jelly.validators.CookieTag
-
- CookieValidator - Class in org.apache.commons.latka.validators
-
CookieValidator validates cookie existence and/or value in an HTTP session.
- CookieValidator() - Constructor for class org.apache.commons.latka.validators.CookieValidator
-
- CookieValidator(String) - Constructor for class org.apache.commons.latka.validators.CookieValidator
-
- CookieValidator(String, String) - Constructor for class org.apache.commons.latka.validators.CookieValidator
-
- CookieValidator(String, String, String, boolean) - Constructor for class org.apache.commons.latka.validators.CookieValidator
-
- countTestCases() - Method in class org.apache.commons.latka.junit.JUnitTestAdapter
-
Provides access, post-parsing, of the number of
request elements in the Latka Suite
- createRequest(URL, int, String) - Method in interface org.apache.commons.latka.http.Session
-
Creates a request object with the specified URL, HTTP Method,
and version.
- createRequest(String, URL, int, String, boolean) - Method in interface org.apache.commons.latka.http.Session
-
Creates a labeled request object, with the specified URL, HTTP Method,
version, and redirect handling behavior.
- createRequest(URL, int, Proxy, String) - Method in interface org.apache.commons.latka.http.Session
-
Creates a request object with the specified URL, HTTP Method, and
version to be accessed via the provided proxy.
- createRequest(String, URL, int, String, boolean, Proxy) - Method in interface org.apache.commons.latka.http.Session
-
Create a labeled request with the specified URL, HTTP method, version, and
redirect handling behavior, using the given proxy for communication.
- createRequest(URL, int, String) - Method in class org.apache.commons.latka.http.SessionImpl
-
Creates a request object with the specified URL, HTTP Method,
and version.
- createRequest(String, URL, int, String, boolean) - Method in class org.apache.commons.latka.http.SessionImpl
-
Creates a labeled request object with the specified URL, HTTP Method,
version, and redirect handling behavior.
- createRequest(URL, int, Proxy, String) - Method in class org.apache.commons.latka.http.SessionImpl
-
Creates a request object with the specified URL, HTTP Method, and
version to be accessed via the provided proxy.
- createRequest(String, URL, int, String, boolean, Proxy) - Method in class org.apache.commons.latka.http.SessionImpl
-
Create a labeled request , with the specified URL, HTTP method, version, and
redirect handling behavior, using the given proxy for communications.
- createRequestElement(RequestEvent) - Method in class org.apache.commons.latka.XMLReporter
-
Utility method that converts a RequestEvent object to its
corresponding element in the dom4j object.
- createTestFromFile(String) - Static method in class org.apache.commons.latka.junit.JUnitTestAdapter
-
Create a Test from a Latka file
- createTestFromFile(File) - Static method in class org.apache.commons.latka.junit.JUnitTestAdapter
-
Create a Test from a Java file
- createTestFromResource(String) - Static method in class org.apache.commons.latka.junit.JUnitTestAdapter
-
Create a Test from a resource accessible via
the class loader
- createTestFromURL(String) - Static method in class org.apache.commons.latka.junit.JUnitTestAdapter
-
Create a Test from a String containing a URL whose
contents are in Latka's XML format
- createTestFromURL(URL) - Static method in class org.apache.commons.latka.junit.JUnitTestAdapter
-
Create a Test from a URL whose contents are in Latka's XML format
- Credentials - Interface in org.apache.commons.latka.http
-
Used for authentication
- CredentialsImpl - Class in org.apache.commons.latka.http
-
- CredentialsImpl(String, String) - Constructor for class org.apache.commons.latka.http.CredentialsImpl
-
Create credentials given user name and password
- CredentialsTag - Class in org.apache.commons.latka.jelly
-
Basic authentication support for requests
- CredentialsTag() - Constructor for class org.apache.commons.latka.jelly.CredentialsTag
-
- generateBareExceptionMessage() - Method in class org.apache.commons.latka.validators.BaseConditionalValidator
-
The BASE exception message for a subclass of
BaseConditionalValidator.
- generateBareExceptionMessage() - Method in class org.apache.commons.latka.validators.CookieValidator
-
- generateBareExceptionMessage() - Method in class org.apache.commons.latka.validators.RegexpValidator
-
- generateBareExceptionMessage() - Method in class org.apache.commons.latka.validators.ResponseHeaderValidator
-
- generateBareExceptionMessage() - Method in class org.apache.commons.latka.validators.XPathValidator
-
- getByteLength() - Method in interface org.apache.commons.latka.http.Response
-
Returns the length of the Response stream (as bytes),
or -1 if no stream is available
- getByteLength() - Method in class org.apache.commons.latka.http.ResponseImpl
-
Returns the length of the Response stream (as bytes),
or -1 if no stream is available
- getCondition() - Method in class org.apache.commons.latka.validators.BaseConditionalValidator
-
Returns whether or not this test is supposed to succeed
- getCookieValue(String) - Method in interface org.apache.commons.latka.http.Session
-
Returns the value of cookie name
.
- getCookieValue(String) - Method in class org.apache.commons.latka.http.SessionImpl
-
Returns the value of cookie name
.
- getCredentials() - Method in interface org.apache.commons.latka.http.Request
-
Return the credentials for this request
- getCredentials() - Method in class org.apache.commons.latka.http.RequestImpl
-
- getDefaultHost() - Method in class org.apache.commons.latka.jelly.SuiteSettings
-
defaultHost
- getDefaultPort() - Method in class org.apache.commons.latka.jelly.SuiteSettings
-
defaultPort
- getDefaultProxyHost() - Method in class org.apache.commons.latka.jelly.SuiteSettings
-
defaultProxyHost
- getDefaultProxyPort() - Method in class org.apache.commons.latka.jelly.SuiteSettings
-
defaultProxyPort
- getDocument() - Method in class org.apache.commons.latka.XMLReporter
-
Returns the XML Document produced by this listener
- getDocumentAsString() - Method in class org.apache.commons.latka.XMLReporter
-
Returns the test report converted from dom4j to a
text string.
- getError() - Method in class org.apache.commons.latka.event.RequestErrorEvent
-
provides access to the Throwable representing the request error
- getException() - Method in exception org.apache.commons.latka.LatkaException
-
Get a wrapped exception
- getFailedResponses() - Method in class org.apache.commons.latka.DefaultLatkaEventInfo
-
List failed responses
- getFailedResponses() - Method in interface org.apache.commons.latka.event.LatkaEventInfo
-
Returns a List of all responses that failed
validation.
- getHeader(String) - Method in interface org.apache.commons.latka.http.Response
-
Check a response header.
- getHeader(String) - Method in class org.apache.commons.latka.http.ResponseImpl
-
Check a response header.
- getHeaders() - Method in interface org.apache.commons.latka.http.Request
-
Get the headers for the request, so that they can
be copied to another request if necessary.
- getHeaders() - Method in interface org.apache.commons.latka.http.RequestHeaders
-
Return a list of all the headers for the request.
- getHeaders() - Method in class org.apache.commons.latka.http.RequestHeadersImpl
-
Defined in interface
- getHeaders() - Method in class org.apache.commons.latka.http.RequestImpl
-
Defined in the implemented interface
- getHost() - Method in class org.apache.commons.latka.http.Proxy
-
Getter for property host.
- getHttpMethod() - Method in class org.apache.commons.latka.http.RequestImpl
-
Returns the object implementing the HttpMethod
(get, post, etc.) for this request.
- getInstance(int, URL) - Static method in class org.apache.commons.latka.http.MethodFactory
-
Creates and returns an object implementing the
HttpMethod interface.
- getInstance() - Static method in class org.apache.commons.latka.jelly.JellyUtils
-
- getLabel() - Method in interface org.apache.commons.latka.http.Request
-
Assigns a text label to this request.
- getLabel() - Method in class org.apache.commons.latka.http.RequestImpl
-
Get the label used for the request
- getLabel() - Method in exception org.apache.commons.latka.ValidationException
-
User's description of the test/assertion
- getLabel() - Method in class org.apache.commons.latka.validators.BaseValidator
-
- getLatkaEventInfo(JellyContext) - Method in class org.apache.commons.latka.jelly.JellyUtils
-
Return the LatkaEventInfo for the context,
or null if none has been set
- getLatkaEventListener(JellyContext) - Method in class org.apache.commons.latka.jelly.JellyUtils
-
Return the LatkaEventListener for the context,
or null if none has been set
- getMessage() - Method in class org.apache.commons.latka.event.ReportMessageEvent
-
The message text of the event
- getMessage() - Method in exception org.apache.commons.latka.ValidationException
-
the message of the exception
- getMethod() - Method in interface org.apache.commons.latka.http.Request
-
Return the constant representing the HTTP method
to use in this request
- getMethod() - Method in class org.apache.commons.latka.http.RequestImpl
-
Defined in the interface
- getParameters() - Method in interface org.apache.commons.latka.http.Parameters
-
Returns a list of all the parameters for the request.
- getParameters() - Method in class org.apache.commons.latka.http.ParametersImpl
-
Defined in interface
- getParameters() - Method in interface org.apache.commons.latka.http.Request
-
Get the parameters for the request, so that they can
be copied to another request if necessary.
- getParameters() - Method in class org.apache.commons.latka.http.RequestImpl
-
Defined in the implemented interface
- getPassword() - Method in interface org.apache.commons.latka.http.Credentials
-
return the user's password
- getPassword() - Method in class org.apache.commons.latka.http.CredentialsImpl
-
return the user's password
- getPort() - Method in class org.apache.commons.latka.http.Proxy
-
Getter for property port.
- getProperties() - Static method in class org.apache.commons.latka.LatkaProperties
-
Returns the unique Properties object for the current
Thread.
- getProxy() - Method in class org.apache.commons.latka.http.RequestImpl
-
Getter for property proxy.
- getReason() - Method in exception org.apache.commons.latka.ValidationException
-
Why the test/assertion failed
- getReferer() - Method in class org.apache.commons.latka.http.SessionImpl
-
The URL of the last request that was executed.
- getRequest() - Method in class org.apache.commons.latka.event.BaseRequestEvent
-
- getRequest() - Method in interface org.apache.commons.latka.event.RequestEvent
-
the request the event is about
- getRequest() - Method in interface org.apache.commons.latka.http.Response
-
Getter for request property
- getRequest() - Method in class org.apache.commons.latka.http.ResponseImpl
-
Defined in interface
- getRequest() - Method in class org.apache.commons.latka.jelly.RequestTag
-
- getRequestExecuted() - Method in class org.apache.commons.latka.jelly.RequestTag
-
- getRequestTiming() - Method in interface org.apache.commons.latka.http.Request
-
The amount of time it took to execute the
request in milliseconds, or -1 if the request has not
been executed successfully
- getRequestTiming() - Method in class org.apache.commons.latka.http.RequestImpl
-
- getResource() - Method in interface org.apache.commons.latka.http.Response
-
Returns the resource, in string form,
provided by the HTTP server
- getResource() - Method in class org.apache.commons.latka.http.ResponseImpl
-
Returns the resource, in string form,
provided by the HTTP server
- getResponse() - Method in class org.apache.commons.latka.event.BaseRequestEvent
-
- getResponse() - Method in interface org.apache.commons.latka.event.RequestEvent
-
the response associated with the event's request
- getResponse() - Method in class org.apache.commons.latka.jelly.RequestTag
-
The first time this method is called, a live HTTP
call will be made to the server, returning null
if the response cannot be obtained.
- getResponse() - Method in class org.apache.commons.latka.jelly.ValidateTag
-
- getResponse() - Method in class org.apache.commons.latka.jelly.validators.HttpValidatorTagSupport
-
the response being validated
- getSession() - Method in class org.apache.commons.latka.event.BaseRequestEvent
-
- getSession() - Method in interface org.apache.commons.latka.event.RequestEvent
-
the session the event took place within
- getSession() - Method in interface org.apache.commons.latka.http.Request
-
Retrieve the session associated with this request.
- getSession() - Method in class org.apache.commons.latka.http.RequestImpl
-
Retrieve the session associated with this request.
- getSession() - Method in class org.apache.commons.latka.jelly.SessionTag
-
- getSessionCache() - Method in class org.apache.commons.latka.jelly.SuiteTag
-
- getStatusCode() - Method in interface org.apache.commons.latka.http.Response
-
- getStatusCode() - Method in class org.apache.commons.latka.http.ResponseImpl
-
- getStatusText() - Method in interface org.apache.commons.latka.http.Response
-
- getStatusText() - Method in class org.apache.commons.latka.http.ResponseImpl
-
- getStream() - Method in interface org.apache.commons.latka.http.Response
-
Get the actual bytes returned by the web server
- getStream() - Method in class org.apache.commons.latka.http.ResponseImpl
-
Get the actual bytes returned by the web server
- getSuiteSettings() - Method in class org.apache.commons.latka.jelly.RequestTag
-
get the suite settings from SuiteTag
- getSuiteSettings() - Method in class org.apache.commons.latka.jelly.SuiteTag
-
- getURL() - Method in interface org.apache.commons.latka.http.Request
-
Gets the URL that Latka will attempt to contact.
- getURL() - Method in class org.apache.commons.latka.http.RequestImpl
-
Get the URL used for the request
- getURL() - Method in class org.apache.commons.latka.Suite
-
URL containing the test suite.
- getUserName() - Method in interface org.apache.commons.latka.http.Credentials
-
return the user's name
- getUserName() - Method in class org.apache.commons.latka.http.CredentialsImpl
-
return the user's name
- getValidationException() - Method in class org.apache.commons.latka.event.RequestFailedEvent
-
get the validation exception provided on construction
- getValidator() - Method in class org.apache.commons.latka.jelly.validators.ByteLengthTag
-
- getValidator() - Method in class org.apache.commons.latka.jelly.validators.CookieTag
-
- getValidator() - Method in class org.apache.commons.latka.jelly.validators.GoldenFileTag
-
return the golden file validator
- getValidator() - Method in class org.apache.commons.latka.jelly.validators.HttpValidatorTagSupport
-
- getValidator() - Method in class org.apache.commons.latka.jelly.validators.MaxRequestTimeTag
-
return the validator
- getValidator() - Method in class org.apache.commons.latka.jelly.validators.RegexpTag
-
- getValidator() - Method in class org.apache.commons.latka.jelly.validators.ResponseHeaderTag
-
return the validator
- getValidator() - Method in class org.apache.commons.latka.jelly.validators.StatusCodeTag
-
return the validator
- getValidator() - Method in class org.apache.commons.latka.jelly.validators.StatusTextTag
-
return the validator
- getValidator() - Method in class org.apache.commons.latka.jelly.validators.XPathTag
-
return the validator
- getVersion() - Method in interface org.apache.commons.latka.http.Request
-
Get the HTTP version to use in this request
- getVersion() - Method in class org.apache.commons.latka.http.RequestImpl
-
Get the HTTP version to use in this request.
- GoldenFileTag - Class in org.apache.commons.latka.jelly.validators
-
A class to compare an HTTP response to a golden
file
- GoldenFileTag() - Constructor for class org.apache.commons.latka.jelly.validators.GoldenFileTag
-
- GoldenFileValidator - Class in org.apache.commons.latka.validators
-
Compare the response with a golden
file.
- GoldenFileValidator(File) - Constructor for class org.apache.commons.latka.validators.GoldenFileValidator
-
- GoldenFileValidator(String, File) - Constructor for class org.apache.commons.latka.validators.GoldenFileValidator
-
- recordSuccess(RequestEvent, boolean) - Method in class org.apache.commons.latka.DefaultLatkaEventInfo
-
Record the "success status" of a request event.
- RegexpTag - Class in org.apache.commons.latka.jelly.validators
-
A class to match some part of the response body to a regular expression
- RegexpTag() - Constructor for class org.apache.commons.latka.jelly.validators.RegexpTag
-
- RegexpValidator - Class in org.apache.commons.latka.validators
-
Perform regular expression matches on the body of
the HTTP response.
- RegexpValidator() - Constructor for class org.apache.commons.latka.validators.RegexpValidator
-
- RegexpValidator(String) - Constructor for class org.apache.commons.latka.validators.RegexpValidator
-
- RegexpValidator(String, String, boolean, boolean) - Constructor for class org.apache.commons.latka.validators.RegexpValidator
-
- removeLatkaEventInfo(JellyContext) - Method in class org.apache.commons.latka.jelly.JellyUtils
-
Remove a LatkaEventInfo object.
- reportMessage(ReportMessageEvent) - Method in class org.apache.commons.latka.DefaultLatkaEventInfo
-
Invoked if a Latka suite wants to send a message to the
report generated for the test.
- reportMessage(ReportMessageEvent) - Method in interface org.apache.commons.latka.event.LatkaEventListener
-
Invoked if a Latka suite wants to send a message to the
report generated for the test.
- reportMessage(ReportMessageEvent) - Method in class org.apache.commons.latka.event.LatkaEventPublisher
-
send the supplied event to all listeners
- reportMessage(ReportMessageEvent) - Method in class org.apache.commons.latka.junit.JUnitEventReporter
-
This method is currently ignored by the JUnitEventReporter.
- reportMessage(ReportMessageEvent) - Method in class org.apache.commons.latka.XMLReporter
-
Add the
message
of the provided
event to the XML document as a <reportMessage> element with text
- ReportMessageEvent - Class in org.apache.commons.latka.event
-
An event detailing a report message
- ReportMessageEvent(String) - Constructor for class org.apache.commons.latka.event.ReportMessageEvent
-
Create a new instance of the class with the supplied message
- ReportMessageTag - Class in org.apache.commons.latka.jelly
-
Report message tag
- ReportMessageTag() - Constructor for class org.apache.commons.latka.jelly.ReportMessageTag
-
- Request - Interface in org.apache.commons.latka.http
-
A Latka Request represents a request from an HTTP server.
- RequestBodyTag - Class in org.apache.commons.latka.jelly
-
- RequestBodyTag() - Constructor for class org.apache.commons.latka.jelly.RequestBodyTag
-
- requestError(RequestEvent) - Method in class org.apache.commons.latka.DefaultLatkaEventInfo
-
Invoked if a request error occurs.
- requestError(RequestEvent) - Method in interface org.apache.commons.latka.event.LatkaEventListener
-
Invoked if a request error occurs.
- requestError(RequestEvent) - Method in class org.apache.commons.latka.event.LatkaEventPublisher
-
send the supplied event to all listeners
- requestError(RequestEvent) - Method in class org.apache.commons.latka.junit.JUnitEventReporter
-
Process a Latka request error
- requestError(RequestEvent) - Method in class org.apache.commons.latka.XMLReporter
-
- RequestErrorEvent - Class in org.apache.commons.latka.event
-
An event that represents an error that occurred processing a request
- RequestErrorEvent(Request, Response, Throwable) - Constructor for class org.apache.commons.latka.event.RequestErrorEvent
-
Create an event from the request, response and some Throwable
- RequestEvent - Interface in org.apache.commons.latka.event
-
The basic set of methods available on all Latka events
- requestFailed(RequestEvent) - Method in class org.apache.commons.latka.DefaultLatkaEventInfo
-
Invoked if the request failed.
- requestFailed(RequestEvent) - Method in interface org.apache.commons.latka.event.LatkaEventListener
-
Invoked if the request failed.
- requestFailed(RequestEvent) - Method in class org.apache.commons.latka.event.LatkaEventPublisher
-
send the supplied event to all listeners
- requestFailed(RequestEvent) - Method in class org.apache.commons.latka.junit.JUnitEventReporter
-
Process a Latka request failure
- requestFailed(RequestEvent) - Method in class org.apache.commons.latka.XMLReporter
-
- RequestFailedEvent - Class in org.apache.commons.latka.event
-
An event for when a request fails
- RequestFailedEvent(Request, Response, ValidationException) - Constructor for class org.apache.commons.latka.event.RequestFailedEvent
-
Create a new request failed event
- RequestHeaders - Interface in org.apache.commons.latka.http
-
Manage a set of http request headers
- RequestHeadersImpl - Class in org.apache.commons.latka.http
-
Implementation of
RequestHeaders
that stores its name-value pairs
in a list
- RequestHeadersImpl() - Constructor for class org.apache.commons.latka.http.RequestHeadersImpl
-
Protected access, headers can only be copied from
request to request.
- RequestHeaderTag - Class in org.apache.commons.latka.jelly
-
Add a header to the request
- RequestHeaderTag() - Constructor for class org.apache.commons.latka.jelly.RequestHeaderTag
-
- RequestImpl - Class in org.apache.commons.latka.http
-
An implementation of a Latka Request interface based on the Jakarta Commons
HttpClient package.
- RequestImpl(URL, int, HttpState, SessionImpl) - Constructor for class org.apache.commons.latka.http.RequestImpl
-
Create a request for the specified URL, process using the supplied method
and use the supplied state and session for persistent data
- RequestImpl(String, URL, int, HttpState, SessionImpl, boolean) - Constructor for class org.apache.commons.latka.http.RequestImpl
-
Create a RequestImpl
- requestSkipped(RequestEvent) - Method in class org.apache.commons.latka.DefaultLatkaEventInfo
-
A skipped request.
- requestSkipped(RequestEvent) - Method in interface org.apache.commons.latka.event.LatkaEventListener
-
A skipped request.
- requestSkipped(RequestEvent) - Method in class org.apache.commons.latka.event.LatkaEventPublisher
-
send the supplied event to all listeners
- requestSkipped(RequestEvent) - Method in class org.apache.commons.latka.junit.JUnitEventReporter
-
Process a Latka event being skipped
- requestSkipped(RequestEvent) - Method in class org.apache.commons.latka.XMLReporter
-
- RequestSkippedEvent - Class in org.apache.commons.latka.event
-
An event used when Latka skips a request
- RequestSkippedEvent(Request, Response) - Constructor for class org.apache.commons.latka.event.RequestSkippedEvent
-
Create a RequestSkippedEvent with the provided request and response
- requestSucceeded(RequestEvent) - Method in class org.apache.commons.latka.DefaultLatkaEventInfo
-
Invoked if the request succeeds.
- requestSucceeded(RequestEvent) - Method in interface org.apache.commons.latka.event.LatkaEventListener
-
Invoked if the request succeeds
- requestSucceeded(RequestEvent) - Method in class org.apache.commons.latka.event.LatkaEventPublisher
-
send the supplied event to all listeners
- requestSucceeded(RequestEvent) - Method in class org.apache.commons.latka.junit.JUnitEventReporter
-
Process a Latka request success event
- requestSucceeded(RequestEvent) - Method in class org.apache.commons.latka.XMLReporter
-
- RequestSucceededEvent - Class in org.apache.commons.latka.event
-
An event generated by Latka when a request completes successfully
- RequestSucceededEvent(Request, Response) - Constructor for class org.apache.commons.latka.event.RequestSucceededEvent
-
Create the event for the given request and response
- RequestTag - Class in org.apache.commons.latka.jelly
-
- RequestTag() - Constructor for class org.apache.commons.latka.jelly.RequestTag
-
- resetProperties() - Static method in class org.apache.commons.latka.LatkaProperties
-
Resets the Latka properties to their initial value
(getProperties() will still return the same Object).
- Response - Interface in org.apache.commons.latka.http
-
A Latka Response represents a response from an HTTP server.
- ResponseHeaderTag - Class in org.apache.commons.latka.jelly.validators
-
Validator tag class
- ResponseHeaderTag() - Constructor for class org.apache.commons.latka.jelly.validators.ResponseHeaderTag
-
- ResponseHeaderValidator - Class in org.apache.commons.latka.validators
-
ResponseHeaderValidator validates response headers in
an HTTP session.
- ResponseHeaderValidator(String) - Constructor for class org.apache.commons.latka.validators.ResponseHeaderValidator
-
Constructs a validator for the given header with no label.
- ResponseHeaderValidator(String, String) - Constructor for class org.apache.commons.latka.validators.ResponseHeaderValidator
-
Constructs a labeled validator for the given
header
- ResponseHeaderValidator(String, String, boolean) - Constructor for class org.apache.commons.latka.validators.ResponseHeaderValidator
-
Constructs a labeled validator for the given
header
- ResponseImpl - Class in org.apache.commons.latka.http
-
An implementation of a Latka Response interface based on the Jakarta Commons
HttpClient package.
- run(TestResult) - Method in class org.apache.commons.latka.junit.JUnitTestAdapter
-
Run the test, adding results to the provided
TestResult
- runCommandLine(String[]) - Method in class org.apache.commons.latka.Latka
-
Processes the command line arguments, executes a single test.
- runTests(Suite, LatkaEventListener) - Method in class org.apache.commons.latka.Latka
-
Execute a single Latka test suite.
- Session - Interface in org.apache.commons.latka.http
-
A Latka Session is a container that manages state information
over 1+ HTTP request/response pairs over 1+ HTTP servers.
- SessionImpl - Class in org.apache.commons.latka.http
-
An implementation of a Latka Session interface based on the Jakarta Commons
HttpClient package.
- SessionImpl() - Constructor for class org.apache.commons.latka.http.SessionImpl
-
- SessionTag - Class in org.apache.commons.latka.jelly
-
- SessionTag() - Constructor for class org.apache.commons.latka.jelly.SessionTag
-
- setCode(int) - Method in class org.apache.commons.latka.jelly.validators.StatusCodeTag
-
- setCond(boolean) - Method in class org.apache.commons.latka.jelly.validators.CookieTag
-
sets whether or not this cookie is expected
- setCond(boolean) - Method in class org.apache.commons.latka.jelly.validators.RegexpTag
-
- setCond(boolean) - Method in class org.apache.commons.latka.jelly.validators.ResponseHeaderTag
-
- setCond(boolean) - Method in class org.apache.commons.latka.jelly.validators.XPathTag
-
- setCondition(boolean) - Method in class org.apache.commons.latka.validators.BaseConditionalValidator
-
Set whether or not this test is supposed to succeed
- setCookieName(String) - Method in class org.apache.commons.latka.validators.CookieValidator
-
The cookie name must be set for this Validator
to function properly.
- setCookieValue(String) - Method in class org.apache.commons.latka.validators.CookieValidator
-
If cookie value is set, this Validator
tests for cookie value equivalency, in addition to cookie existence
- setCredentials(Credentials) - Method in interface org.apache.commons.latka.http.Request
-
Sets the basic authentication credentials for this request,
if any.
- setCredentials(Credentials) - Method in class org.apache.commons.latka.http.RequestImpl
-
Defined in the implemented interface
- setDefaultHost(String) - Method in class org.apache.commons.latka.jelly.SuiteTag
-
Setter for defaultHost
- setDefaultPort(int) - Method in class org.apache.commons.latka.jelly.SuiteTag
-
Setter for defaultPort
- setDefaultProxyHost(String) - Method in class org.apache.commons.latka.jelly.SuiteTag
-
Setter for defaultProxyHost
- setDefaultProxyPort(int) - Method in class org.apache.commons.latka.jelly.SuiteTag
-
Setter for defaultProxyPort
- setFileName(String) - Method in class org.apache.commons.latka.jelly.validators.GoldenFileTag
-
set the file name for the golden file
- setFollowRedirects(String) - Method in class org.apache.commons.latka.jelly.RequestTag
-
Sets whether or not to transmit the request over
SSL.
- setHeaderName(String) - Method in class org.apache.commons.latka.jelly.RequestHeaderTag
-
sets header name
- setHeaderName(String) - Method in class org.apache.commons.latka.jelly.validators.ResponseHeaderTag
-
Sets the header name
- setHeaders(RequestHeaders) - Method in interface org.apache.commons.latka.http.Request
-
Set all the headers for the request.
- setHeaders(RequestHeaders) - Method in class org.apache.commons.latka.http.RequestImpl
-
Defined in the implemented interface
- setHeaderValue(String) - Method in class org.apache.commons.latka.jelly.RequestHeaderTag
-
set header value
- setHeaderValue(String) - Method in class org.apache.commons.latka.jelly.validators.ResponseHeaderTag
-
The value to check for
- setHeaderValue(String) - Method in class org.apache.commons.latka.validators.ResponseHeaderValidator
-
Sets the desired value of the header to be validated.
- setHost(String) - Method in class org.apache.commons.latka.http.Proxy
-
Setter for property host.
- setHost(String) - Method in class org.apache.commons.latka.jelly.RequestTag
-
Setter for host
- setIgnoreCase(boolean) - Method in class org.apache.commons.latka.jelly.validators.RegexpTag
-
Setter for property ignoreCase.
- setIgnoreCase(boolean) - Method in class org.apache.commons.latka.validators.RegexpValidator
-
- setIgnoreWhitespace(boolean) - Method in class org.apache.commons.latka.jelly.validators.GoldenFileTag
-
whether or not to ignore whitespace
- setIgnoreWhitespace(boolean) - Method in class org.apache.commons.latka.validators.GoldenFileValidator
-
- setLabel(String) - Method in class org.apache.commons.latka.jelly.RequestTag
-
Set the label for this suite
- setLabel(String) - Method in class org.apache.commons.latka.jelly.SessionTag
-
Set the label for this session
- setLabel(String) - Method in class org.apache.commons.latka.jelly.SuiteTag
-
Set the label for this suite
- setLabel(String) - Method in class org.apache.commons.latka.jelly.validators.HttpValidatorTagSupport
-
- setLabel(String) - Method in class org.apache.commons.latka.validators.BaseValidator
-
- setLatkaEventInfo(JellyContext, LatkaEventInfo) - Method in class org.apache.commons.latka.jelly.JellyUtils
-
Provide a LatkaEventInfo object.
- setLatkaEventListener(JellyContext, LatkaEventListener) - Method in class org.apache.commons.latka.jelly.JellyUtils
-
Provide a LatkaEventListener object.
- setMax(int) - Method in class org.apache.commons.latka.jelly.validators.ByteLengthTag
-
Setter for maximum byte length.
- setMaxLength(int) - Method in class org.apache.commons.latka.validators.ByteLengthValidator
-
- setMaxMillis(int) - Method in class org.apache.commons.latka.validators.MaxRequestTimeValidator
-
- setMessage(String) - Method in class org.apache.commons.latka.jelly.ReportMessageTag
-
Message to write to the log
- setMethod(String) - Method in class org.apache.commons.latka.jelly.RequestTag
-
Sets the HTTP method to use.
- setMillis(int) - Method in class org.apache.commons.latka.jelly.validators.MaxRequestTimeTag
-
- setMin(int) - Method in class org.apache.commons.latka.jelly.validators.ByteLengthTag
-
Setter for minimum byte length.
- setMinLength(int) - Method in class org.apache.commons.latka.validators.ByteLengthValidator
-
- setName(String) - Method in class org.apache.commons.latka.jelly.validators.CookieTag
-
Setter the cookie name.
- setParameters(Parameters) - Method in interface org.apache.commons.latka.http.Request
-
Set all the parameters for the request.
- setParameters(Parameters) - Method in class org.apache.commons.latka.http.RequestImpl
-
Defined in the implemented interface
- setParamName(String) - Method in class org.apache.commons.latka.jelly.ParameterTag
-
- setParamValue(String) - Method in class org.apache.commons.latka.jelly.ParameterTag
-
- setPassword(String) - Method in class org.apache.commons.latka.jelly.CredentialsTag
-
Sets the password for basic authentication
- setPath(String) - Method in class org.apache.commons.latka.jelly.RequestTag
-
Sets the path of the document on the server, combined
with the host and port
- setPattern(String) - Method in class org.apache.commons.latka.jelly.validators.RegexpTag
-
Setter for property pattern.
- setPattern(String) - Method in class org.apache.commons.latka.validators.RegexpValidator
-
- setPort(int) - Method in class org.apache.commons.latka.http.Proxy
-
Setter for property port.
- setPort(int) - Method in class org.apache.commons.latka.jelly.RequestTag
-
Setter for port
- setPrintWriter(PrintWriter) - Method in class org.apache.commons.latka.XMLReporter
-
During the execution, any diagnostic ouput will be sent
to the stream designated here.
- setProxy(Proxy) - Method in class org.apache.commons.latka.http.RequestImpl
-
Setter for property proxy.
- setProxyHost(String) - Method in class org.apache.commons.latka.jelly.RequestTag
-
Setter for defaultProxyHost
- setProxyPort(int) - Method in class org.apache.commons.latka.jelly.RequestTag
-
Setter for defaultProxyPort
- setReferer(URL) - Method in class org.apache.commons.latka.http.SessionImpl
-
Called inside the request.execute() method, setting the
referer for the next request.
- setReportStylesheet(URL) - Method in class org.apache.commons.latka.Latka
-
Set the URL to be used when transforming XML generated by the XMLReporter
- setRequestBody(String) - Method in interface org.apache.commons.latka.http.Request
-
Set the request body for a manual POST.
- setRequestBody(String) - Method in class org.apache.commons.latka.http.RequestImpl
-
Defined in the implemented interface
- setSecure(String) - Method in class org.apache.commons.latka.jelly.RequestTag
-
Sets whether or not to transmit the request over
SSL.
- setSelect(String) - Method in class org.apache.commons.latka.jelly.validators.XPathTag
-
- setSelect(String) - Method in class org.apache.commons.latka.validators.XPathValidator
-
- setSessionId(String) - Method in class org.apache.commons.latka.jelly.SessionTag
-
Optionally sets the session id.
- setStatusCode(int) - Method in class org.apache.commons.latka.validators.StatusCodeValidator
-
- setStatusText(String) - Method in class org.apache.commons.latka.validators.StatusTextValidator
-
- setText(String) - Method in class org.apache.commons.latka.jelly.validators.StatusTextTag
-
- setURL(URL) - Method in class org.apache.commons.latka.Suite
-
Set the URL of the test suite.
- setUserName(String) - Method in class org.apache.commons.latka.jelly.CredentialsTag
-
Sets the user name for basic authentication
- setValidating(boolean) - Method in class org.apache.commons.latka.Latka
-
Set whether or not Latka will validate the XML in
each test.
- setValue(String) - Method in class org.apache.commons.latka.jelly.validators.CookieTag
-
Set the cookie value
- setValue(String) - Method in class org.apache.commons.latka.jelly.validators.XPathTag
-
- setValue(String) - Method in class org.apache.commons.latka.validators.XPathValidator
-
- setVersion(String) - Method in interface org.apache.commons.latka.http.Request
-
Sets the version of HTTP that is used in the request.
- setVersion(String) - Method in class org.apache.commons.latka.http.RequestImpl
-
Sets the HTTP version for this request.
- setVersion(String) - Method in class org.apache.commons.latka.jelly.RequestTag
-
HTTP version to use.
- StatusCodeTag - Class in org.apache.commons.latka.jelly.validators
-
Validator tag class
- StatusCodeTag() - Constructor for class org.apache.commons.latka.jelly.validators.StatusCodeTag
-
- StatusCodeValidator - Class in org.apache.commons.latka.validators
-
Validates a Response according to its HTTP status code
(200, 301, 302, 404, etc).
- StatusCodeValidator() - Constructor for class org.apache.commons.latka.validators.StatusCodeValidator
-
- StatusCodeValidator(int) - Constructor for class org.apache.commons.latka.validators.StatusCodeValidator
-
- StatusCodeValidator(String) - Constructor for class org.apache.commons.latka.validators.StatusCodeValidator
-
- StatusCodeValidator(String, int) - Constructor for class org.apache.commons.latka.validators.StatusCodeValidator
-
- StatusTextTag - Class in org.apache.commons.latka.jelly.validators
-
Validator tag class
- StatusTextTag() - Constructor for class org.apache.commons.latka.jelly.validators.StatusTextTag
-
- StatusTextValidator - Class in org.apache.commons.latka.validators
-
Validates a Response according to its HTTP status text
(the text portion of the status line, eg typically
'OK' for 200 responses).
- StatusTextValidator() - Constructor for class org.apache.commons.latka.validators.StatusTextValidator
-
- StatusTextValidator(String, String) - Constructor for class org.apache.commons.latka.validators.StatusTextValidator
-
- Suite - Class in org.apache.commons.latka
-
References a Latka XML suite, stored either inside a Reader
or at a file URI.
- Suite(URL) - Constructor for class org.apache.commons.latka.Suite
-
Create a test suite from an XML document located at the
designated URL.
- suiteCompleted(SuiteEvent) - Method in class org.apache.commons.latka.DefaultLatkaEventInfo
-
Invoke when all requests completed.
- suiteCompleted(SuiteEvent) - Method in interface org.apache.commons.latka.event.LatkaEventListener
-
Invoke when all requests completed.
- suiteCompleted(SuiteEvent) - Method in class org.apache.commons.latka.event.LatkaEventPublisher
-
send the supplied event to all listeners
- suiteCompleted(SuiteEvent) - Method in class org.apache.commons.latka.junit.JUnitEventReporter
-
Process a Latka suite completion event
- suiteCompleted(SuiteEvent) - Method in class org.apache.commons.latka.XMLReporter
-
- SuiteCompletedEvent - Class in org.apache.commons.latka.event
-
An event Latka fires when a suite has completed
- SuiteCompletedEvent() - Constructor for class org.apache.commons.latka.event.SuiteCompletedEvent
-
Create the event
- SuiteEvent - Interface in org.apache.commons.latka.event
-
An interface to mark classes as being SuiteEvents
- SuiteSettings - Class in org.apache.commons.latka.jelly
-
- SuiteSettings(String, int, String, int) - Constructor for class org.apache.commons.latka.jelly.SuiteSettings
-
Creates a new instance of SuiteSettings
- SuiteTag - Class in org.apache.commons.latka.jelly
-
- SuiteTag() - Constructor for class org.apache.commons.latka.jelly.SuiteTag
-
- _actualValue - Variable in class org.apache.commons.latka.validators.ResponseHeaderValidator
-
- _charsWritten - Variable in class org.apache.commons.latka.HtmlPrettyPrintWriter
-
number of characters written by the writer
- _checkValue - Variable in class org.apache.commons.latka.validators.ResponseHeaderValidator
-
- _cond - Variable in class org.apache.commons.latka.jelly.validators.CookieTag
-
- _condition - Variable in class org.apache.commons.latka.jelly.validators.ResponseHeaderTag
-
- _condition - Variable in class org.apache.commons.latka.jelly.validators.XPathTag
-
- _condition - Variable in class org.apache.commons.latka.validators.BaseConditionalValidator
-
condition to test against
- _cookieName - Variable in class org.apache.commons.latka.validators.CookieValidator
-
- _cookieValue - Variable in class org.apache.commons.latka.validators.CookieValidator
-
- _credentials - Variable in class org.apache.commons.latka.http.RequestImpl
-
credentials for the request
- _defaultHost - Variable in class org.apache.commons.latka.jelly.SuiteSettings
-
- _defaultHost - Variable in class org.apache.commons.latka.jelly.SuiteTag
-
- _defaultPort - Variable in class org.apache.commons.latka.jelly.SuiteSettings
-
- _defaultPort - Variable in class org.apache.commons.latka.jelly.SuiteTag
-
- _defaultProxyHost - Variable in class org.apache.commons.latka.jelly.SuiteSettings
-
- _defaultProxyHost - Variable in class org.apache.commons.latka.jelly.SuiteTag
-
- _defaultProxyPort - Variable in class org.apache.commons.latka.jelly.SuiteSettings
-
- _defaultProxyPort - Variable in class org.apache.commons.latka.jelly.SuiteTag
-
- _didSuiteSucceed - Variable in class org.apache.commons.latka.XMLReporter
-
- _doc - Variable in class org.apache.commons.latka.XMLReporter
-
dom4j document produced as output
- _factory - Variable in class org.apache.commons.latka.XMLReporter
-
- _failedResponses - Variable in class org.apache.commons.latka.DefaultLatkaEventInfo
-
Holds the failed responses received by this object.
- _fileName - Variable in class org.apache.commons.latka.jelly.validators.GoldenFileTag
-
- _followRedirects - Variable in class org.apache.commons.latka.http.RequestImpl
-
whether or not redirect responses should be followed as part of the
request processing
- _followRedirects - Variable in class org.apache.commons.latka.jelly.RequestTag
-
- _goldFile - Variable in class org.apache.commons.latka.validators.GoldenFileValidator
-
- _headerName - Variable in class org.apache.commons.latka.jelly.RequestHeaderTag
-
- _headerName - Variable in class org.apache.commons.latka.jelly.validators.ResponseHeaderTag
-
- _headerName - Variable in class org.apache.commons.latka.validators.ResponseHeaderValidator
-
- _headerValue - Variable in class org.apache.commons.latka.jelly.RequestHeaderTag
-
- _headerValue - Variable in class org.apache.commons.latka.jelly.validators.ResponseHeaderTag
-
- _headerValue - Variable in class org.apache.commons.latka.validators.ResponseHeaderValidator
-
- _host - Variable in class org.apache.commons.latka.http.RequestImpl
-
host the request is being made on
- _host - Variable in class org.apache.commons.latka.jelly.RequestTag
-
- _httpClient - Variable in class org.apache.commons.latka.http.RequestImpl
-
object used to perform the http requests
- _httpMethod - Variable in class org.apache.commons.latka.http.RequestImpl
-
http method implementation
- _httpMethod - Variable in class org.apache.commons.latka.http.ResponseImpl
-
the implementation of the http method used to create the response
- _httpVersion - Variable in class org.apache.commons.latka.http.RequestImpl
-
- _httpVersion - Variable in class org.apache.commons.latka.jelly.RequestTag
-
- _ignoreCase - Variable in class org.apache.commons.latka.validators.RegexpValidator
-
- _ignoreWhitespace - Variable in class org.apache.commons.latka.jelly.validators.GoldenFileTag
-
- _ignoreWhitespace - Variable in class org.apache.commons.latka.validators.GoldenFileValidator
-
- _initProps - Static variable in class org.apache.commons.latka.LatkaProperties
-
default Properties file for Latka
- _isValidating - Variable in class org.apache.commons.latka.Latka
-
whether xml parsing is validating or not
- _label - Variable in class org.apache.commons.latka.http.RequestImpl
-
name given to the request
- _label - Variable in class org.apache.commons.latka.jelly.RequestTag
-
- _label - Variable in class org.apache.commons.latka.jelly.SessionTag
-
- _label - Variable in class org.apache.commons.latka.jelly.SuiteTag
-
- _label - Variable in class org.apache.commons.latka.jelly.validators.HttpValidatorTagSupport
-
label for the test
- _label - Variable in class org.apache.commons.latka.validators.BaseValidator
-
- _lastSelected - Variable in class org.apache.commons.latka.validators.XPathValidator
-
- _lastTestedCookieValue - Variable in class org.apache.commons.latka.validators.CookieValidator
-
- _list - Variable in class org.apache.commons.latka.event.LatkaEventPublisher
-
the listeners to publish events to
- _list - Variable in class org.apache.commons.latka.http.ParametersImpl
-
List of parameters.
- _list - Variable in class org.apache.commons.latka.http.RequestHeadersImpl
-
The list of headers.
- _listener - Variable in class org.apache.commons.latka.DefaultLatkaEventInfo
-
- _listener - Variable in class org.apache.commons.latka.jelly.validators.HttpValidatorTagSupport
-
the listener handling request success/failure etc
- _log - Static variable in class org.apache.commons.latka.AbstractReporter
-
The log4J category used for processing log requests.
- _log - Static variable in class org.apache.commons.latka.DefaultLatkaEventInfo
-
The log4J category used for processing log requests.
- _log - Static variable in class org.apache.commons.latka.http.RequestImpl
-
log4j category used when logging messages
- _log - Static variable in class org.apache.commons.latka.jelly.RequestTag
-
- _log - Static variable in class org.apache.commons.latka.jelly.validators.ByteLengthTag
-
- _log - Static variable in class org.apache.commons.latka.jelly.validators.CookieTag
-
- _log - Static variable in class org.apache.commons.latka.jelly.validators.GoldenFileTag
-
- _log - Static variable in class org.apache.commons.latka.jelly.validators.HttpValidatorTagSupport
-
- _log - Static variable in class org.apache.commons.latka.jelly.validators.MaxRequestTimeTag
-
- _log - Static variable in class org.apache.commons.latka.jelly.validators.RegexpTag
-
- _log - Static variable in class org.apache.commons.latka.jelly.validators.ResponseHeaderTag
-
- _log - Static variable in class org.apache.commons.latka.jelly.validators.StatusCodeTag
-
- _log - Static variable in class org.apache.commons.latka.jelly.validators.StatusTextTag
-
- _log - Static variable in class org.apache.commons.latka.jelly.validators.XPathTag
-
- _log - Static variable in class org.apache.commons.latka.Latka
-
log4j category for logged output
- _log - Static variable in class org.apache.commons.latka.LatkaProperties
-
log4j category to append output to
- _log - Static variable in class org.apache.commons.latka.servlet.ViewResponseServlet
-
log4 category for output
- _log - Variable in class org.apache.commons.latka.validators.BaseConditionalValidator
-
log4j category for output
- _log - Variable in class org.apache.commons.latka.validators.BaseValidator
-
log4j category for debug output
- _matchLog - Variable in class org.apache.commons.latka.validators.GoldenFileValidator
-
- _maxLength - Variable in class org.apache.commons.latka.jelly.validators.ByteLengthTag
-
- _maxLength - Variable in class org.apache.commons.latka.validators.ByteLengthValidator
-
- _message - Variable in class org.apache.commons.latka.jelly.ReportMessageTag
-
- _method - Variable in class org.apache.commons.latka.http.RequestImpl
-
http method being used to make the request
- _method - Variable in class org.apache.commons.latka.jelly.RequestTag
-
- _millis - Variable in class org.apache.commons.latka.jelly.validators.MaxRequestTimeTag
-
- _millis - Variable in class org.apache.commons.latka.validators.MaxRequestTimeValidator
-
- _minLength - Variable in class org.apache.commons.latka.jelly.validators.ByteLengthTag
-
- _minLength - Variable in class org.apache.commons.latka.validators.ByteLengthValidator
-
- _name - Variable in class org.apache.commons.latka.jelly.validators.CookieTag
-
- _parameters - Variable in class org.apache.commons.latka.http.RequestImpl
-
parameters sent with this request
- _paramName - Variable in class org.apache.commons.latka.jelly.ParameterTag
-
- _paramValue - Variable in class org.apache.commons.latka.jelly.ParameterTag
-
- _password - Variable in class org.apache.commons.latka.http.CredentialsImpl
-
holds password
- _password - Variable in class org.apache.commons.latka.jelly.CredentialsTag
-
- _path - Variable in class org.apache.commons.latka.jelly.RequestTag
-
- _pattern - Variable in class org.apache.commons.latka.validators.RegexpValidator
-
- _port - Variable in class org.apache.commons.latka.http.RequestImpl
-
port the request is being made on
- _port - Variable in class org.apache.commons.latka.jelly.RequestTag
-
- _printWriter - Variable in class org.apache.commons.latka.XMLReporter
-
used for output as tests run
- _props - Variable in class org.apache.commons.latka.Latka
-
Latka configuration variables
- _propsThreadLocal - Static variable in class org.apache.commons.latka.LatkaProperties
-
This ThreadLocal is automatically instantiated per thread
with a Properties object containing the default properties.
- _proxyHost - Variable in class org.apache.commons.latka.jelly.RequestTag
-
- _proxyPort - Variable in class org.apache.commons.latka.jelly.RequestTag
-
- _query - Variable in class org.apache.commons.latka.http.RequestImpl
-
query string portion of the URL
- _reportStylesheetUrl - Variable in class org.apache.commons.latka.Latka
-
XSL stylesheet url to use when generating XML
- _request - Variable in class org.apache.commons.latka.http.ResponseImpl
-
the request used to get the response
- _request - Variable in class org.apache.commons.latka.jelly.RequestTag
-
- _requestBody - Variable in class org.apache.commons.latka.http.RequestImpl
-
manually constructed post body
- _requestExecuted - Variable in class org.apache.commons.latka.jelly.RequestTag
-
- _requestHeaders - Variable in class org.apache.commons.latka.http.RequestImpl
-
headers sent with this request
- _requestSucceeded - Variable in class org.apache.commons.latka.DefaultLatkaEventInfo
-
maps the request to it's success or failure as a Boolean
- _requestTiming - Variable in class org.apache.commons.latka.http.RequestImpl
-
time taken for the request in milliseconds
- _response - Variable in class org.apache.commons.latka.jelly.RequestTag
-
- _response - Variable in class org.apache.commons.latka.jelly.validators.HttpValidatorTagSupport
-
the response being validated
- _rootElement - Variable in class org.apache.commons.latka.XMLReporter
-
top level element of dom4j document, a <report> element
- _secure - Variable in class org.apache.commons.latka.jelly.RequestTag
-
- _select - Variable in class org.apache.commons.latka.jelly.validators.XPathTag
-
- _select - Variable in class org.apache.commons.latka.validators.XPathValidator
-
- _session - Variable in class org.apache.commons.latka.http.RequestImpl
-
http session the request is part of
- _session - Variable in class org.apache.commons.latka.jelly.RequestTag
-
- _session - Variable in class org.apache.commons.latka.jelly.SessionTag
-
- _sessionCache - Variable in class org.apache.commons.latka.jelly.SuiteTag
-
- _sessionId - Variable in class org.apache.commons.latka.jelly.SessionTag
-
- _sessionSucceeded - Variable in class org.apache.commons.latka.DefaultLatkaEventInfo
-
maps the session to it's success or failure as a Boolean
- _settings - Variable in class org.apache.commons.latka.jelly.SuiteTag
-
- _state - Variable in class org.apache.commons.latka.http.SessionImpl
-
this state object 'belongs' to HttpClient
we maintain a reference in SessionImpl for
simplicity
- _statusCode - Variable in class org.apache.commons.latka.jelly.validators.StatusCodeTag
-
- _statusCode - Variable in class org.apache.commons.latka.validators.StatusCodeValidator
-
- _statusText - Variable in class org.apache.commons.latka.jelly.validators.StatusTextTag
-
- _statusText - Variable in class org.apache.commons.latka.validators.StatusTextValidator
-
- _suiteSucceeded - Variable in class org.apache.commons.latka.DefaultLatkaEventInfo
-
Holds whether or not the entire suite has succeeded
This is set to false when any request fails.
- _targetURL - Variable in class org.apache.commons.latka.http.RequestImpl
-
URL being requested
- _url - Variable in class org.apache.commons.latka.Suite
-
test suite URL
- _urls - Variable in class org.apache.commons.latka.http.SessionImpl
-
tracks URLs treated by this session
Session will automatically set the referer
header for a request to the URL of the
previous request
- _userName - Variable in class org.apache.commons.latka.http.CredentialsImpl
-
holds user name
- _userName - Variable in class org.apache.commons.latka.jelly.CredentialsTag
-
- _utils - Static variable in class org.apache.commons.latka.jelly.JellyUtils
-
- _value - Variable in class org.apache.commons.latka.jelly.validators.CookieTag
-
- _value - Variable in class org.apache.commons.latka.jelly.validators.XPathTag
-
- _value - Variable in class org.apache.commons.latka.validators.XPathValidator
-
- _visitedURLs - Variable in class org.apache.commons.latka.http.RequestImpl
-
- _wrappedException - Variable in exception org.apache.commons.latka.LatkaException
-
The original exception