Package | Description |
---|---|
org.apache.commons.latka | |
org.apache.commons.latka.jelly |
Modifier and Type | Method and Description |
---|---|
static void |
LatkaException.printWrappedExceptions(LatkaException e)
Print a wrapped exception to stdout and, in the case
of SAXExceptions, an additional wrapped exception.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Latka.runCommandLine(java.lang.String[] args)
Processes the command line arguments, executes a single test.
|
void |
Latka.runTests(Suite suite,
LatkaEventListener listener)
Execute a single Latka test suite.
|
java.lang.String |
Latka.transformXML(java.lang.String xml)
Transform the XML generated by the XMLReporter using
the default stylesheet.
|
Modifier and Type | Method and Description |
---|---|
Response |
RequestTag.getResponse()
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.
|
protected Response |
ValidateTag.getResponse() |
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.