abbot.script
Class StepEvent
java.lang.Object
java.util.EventObject
abbot.script.StepEvent
- All Implemented Interfaces:
- Cloneable, Serializable
- public class StepEvent
- extends EventObject
- implements Cloneable
- See Also:
- Serialized Form
STEP_START
public static final String STEP_START
- The step has begun executing.
- See Also:
- Constant Field Values
STEP_PROGRESS
public static final String STEP_PROGRESS
- The step is N% complete.
- See Also:
- Constant Field Values
STEP_END
public static final String STEP_END
- The step has finished.
- See Also:
- Constant Field Values
STEP_ERROR
public static final String STEP_ERROR
- The step encountered an error.
- See Also:
- Constant Field Values
STEP_FAILURE
public static final String STEP_FAILURE
- The step failed. This represents a test that failed to produce the
expected results.
- See Also:
- Constant Field Values
StepEvent
public StepEvent(Step source,
String type,
int id,
Throwable throwable)
clone
public Object clone()
getStep
public Step getStep()
getType
public String getType()
getID
public int getID()
toString
public String toString()
getError
public Throwable getError()
Copyright © 2002-2004 Timothy Wall. All Rights Reserved.
Abbot is hosted on