|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.canoo.webtest.reporting.StepResult
com.canoo.webtest.reporting.RootStepResult
public class RootStepResult
The root step result containing it's children results as well as some general information
about the webtest. It is generated by the StepExecutionListener.
| Constructor Summary | |
|---|---|
RootStepResult(TestStepSequence step)
|
|
| Method Summary | |
|---|---|
Configuration |
getConfig()
|
Throwable |
getException()
|
StepResult |
getFailingTaskResult()
Gets the result of the failing task (if any) |
String |
getWebtestDescription()
Gets the description of the |
Location |
getWebtestLocation()
|
String |
getWebtestName()
|
boolean |
isError()
|
boolean |
isFailure()
|
boolean |
isSuccessful()
Indicates if the step has been successfully completed |
protected void |
setLastFailingTaskResult(StepResult stepResult,
Throwable throwable)
|
void |
setWebtestName(String name)
Sets the name. |
| Methods inherited from class com.canoo.webtest.reporting.StepResult |
|---|
addChild, addLostChildren, addNotExecutedChildren, getAttributes, getChildren, getDuration, getEndDate, getHtmlParserMessages, getLocation, getStartDate, getTaskDescription, getTaskName, isCompleted, retrieveNestedText |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RootStepResult(TestStepSequence step)
| Method Detail |
|---|
public Configuration getConfig()
public String getWebtestDescription()
public String getWebtestName()
public void setWebtestName(String name)
public Location getWebtestLocation()
public boolean isError()
public Throwable getException()
public boolean isFailure()
public boolean isSuccessful()
StepResult
isSuccessful in class StepResulttrue if successfulpublic StepResult getFailingTaskResult()
null if the test is successfull.
protected void setLastFailingTaskResult(StepResult stepResult,
Throwable throwable)
|
Copyright © 2001-2007 Canoo Engineering AG, Basel. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||