|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | POINTCUT | FIELD | CONSTRUCTOR | METHOD | DETAIL: FIELD | POINTCUT | CONSTRUCTOR | METHOD |
java.lang.Object | +--org.apache.cactus.client.WebTestResultParser
Parse a string representing a Test result and transform it into a
WebTestResult
object.
WebTestResult
Constructor Summary | |
WebTestResultParser()
Parse a string representing a Test result and transform it into a WebTestResult object. |
Method Summary | |
WebTestResult |
parse(String theData)
Parse a string and transform it into a WebTestResult object.
Affected by: LogAspect |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WebTestResultParser()
WebTestResult
object.
WebTestResult
Method Detail |
public WebTestResult parse(String theData)
WebTestResult
object.
theData
- the string to parse
WebTestResult
object corresponding to the data
string
around() in LogAspect
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTRUCTOR | METHOD | DETAIL: FIELD | CONSTRUCTOR | METHOD |