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.html,v 1.1 2003/04/14 12:27:25 sinisa Exp $
Author:
Vincent Massol
See Also:
WebTestResult

Constructor Summary
WebTestResultParser()
           
 
Method Summary
 WebTestResult parse(String theData)
           Affected by: LogAspect
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebTestResultParser

public WebTestResultParser()
Method Detail

parse

public WebTestResult parse(String theData)
                    throws ParsingException
Affected by:
around() in LogAspect.


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