Package | Description |
---|---|
org.apache.cactus.internal.client |
Contains the classes implementing of the client side of Cactus.
|
Modifier and Type | Method and Description |
---|---|
WebTestResult |
WebTestResultParser.parse(java.lang.String theData)
Parse a string and transform it into a
WebTestResult object. |
protected java.lang.String |
WebTestResultParser.readExceptionClassname(java.lang.String theData)
Read the
WebTestResult.XML_EXCEPTION_CLASSNAME_ATTRIBUTE portion
and extract the exception classname. |
protected java.lang.String |
WebTestResultParser.readExceptionMessage(java.lang.String theData)
Read the
WebTestResult.XML_EXCEPTION_MESSAGE_ELEMENT portion
and extract the exception message. |
protected java.lang.String |
WebTestResultParser.readExceptionStacktrace(java.lang.String theData)
Read the
WebTestResult.XML_EXCEPTION_STACKTRACE_ELEMENT portion
and extract the exception stacktrace. |
protected java.lang.String |
WebTestResultParser.readRootElement(java.lang.String theData)
Read the
WebTestResult.XML_ROOT_ELEMENT portion. |
Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.