Parse a string representing a Test result and transform it into a
WebTestResult object.
See Also:WebTestResult version: $Id: WebTestResultParser.java 238991 2004-05-22 11:34:50Z vmassol $
Parse a string and transform it into a WebTestResult object.
Parameters: theData - the string to parse the WebTestResult object corresponding to the datastring exception: ParsingException - if an error happens during parsing
Read the
WebTestResult.XML_EXCEPTION_CLASSNAME_ATTRIBUTE portion
and extract the exception classname.
Parameters: theData - the string buffer to parse the string buffer minus what has been read exception: ParsingException - if an error happens during parsing
Read the
WebTestResult.XML_EXCEPTION_MESSAGE_ELEMENT portion
and extract the exception message.
Parameters: theData - the string buffer to parse the string buffer minus what has been read exception: ParsingException - if an error happens during parsing
Read the
WebTestResult.XML_EXCEPTION_STACKTRACE_ELEMENT portion
and extract the exception stacktrace.
Parameters: theData - the string buffer to parse the string buffer minus what has been read exception: ParsingException - if an error happens during parsing
Read the
WebTestResult.XML_ROOT_ELEMENT portion.
Parameters: theData - the string buffer to parse the string buffer minus what has been read exception: ParsingException - if an error happens during parsing