org.apache.cactus.client
class WebTestResultParser

java.lang.Object
  |
  +--org.apache.cactus.client.WebTestResultParser
Known Advisors:
LogAspect

public class WebTestResultParser
extends java.lang.Object

Parse a string representing a Test result and transform it into a WebTestResult object.

Version:
$Id: WebTestResultParser.java,v 1.1 2002/04/21 12:45:44 vmassol Exp $
Author:
Vincent Massol
See Also:
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

WebTestResultParser

public WebTestResultParser()
Parse a string representing a Test result and transform it into a WebTestResult object.
See Also:
WebTestResult
Method Detail

parse

public WebTestResult parse(String theData)
Parse a string and transform it into a WebTestResult object.
Parameters:
theData - the string to parse
Returns:
the WebTestResult object corresponding to the data string
Affected by:
around() in LogAspect.


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.