Class Step
- java.lang.Object
-
- tech.grasshopper.extent.data.pojo.BaseEntity
-
- tech.grasshopper.extent.data.pojo.Executable
-
- tech.grasshopper.extent.data.pojo.Step
-
public class Step extends Executable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class tech.grasshopper.extent.data.pojo.Executable
Executable.ExecutableType
-
-
Field Summary
-
Fields inherited from class tech.grasshopper.extent.data.pojo.Executable
errorMessage, feature, location, scenario, status
-
Fields inherited from class tech.grasshopper.extent.data.pojo.BaseEntity
endTime, name, startTime
-
-
Constructor Summary
Constructors Constructor Description Step()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAfterStepHook(Hook hook)voidaddBeforeStepHook(Hook hook)voidcheckData()List<Hook>getBeforeAfterHooks()-
Methods inherited from class tech.grasshopper.extent.data.pojo.BaseEntity
calculatedDuration, checkTimeData
-
-