-
public interface StepInfo
-
-
Method Summary
Modifier and Type Method Description abstract StringgetDescription()abstract StringgetTestClassName()abstract StringgetNumber()abstract IntegergetOrdinal()abstract List<StepInfo>getSubSteps()abstract StepStatusgetStatus()abstract ThrowablegetThrowable()abstract LonggetStartTime()abstract LonggetStopTime()-
-
Method Detail
-
getDescription
abstract String getDescription()
-
getTestClassName
abstract String getTestClassName()
-
getOrdinal
abstract Integer getOrdinal()
-
getSubSteps
abstract List<StepInfo> getSubSteps()
-
getStatus
abstract StepStatus getStatus()
-
getThrowable
abstract Throwable getThrowable()
-
getStartTime
abstract Long getStartTime()
-
getStopTime
abstract Long getStopTime()
-
-
-
-