Class Scenario
- java.lang.Object
-
- tech.grasshopper.extent.data.pojo.BaseEntity
-
- tech.grasshopper.extent.data.pojo.NonExecutable
-
- tech.grasshopper.extent.data.pojo.Scenario
-
public class Scenario extends NonExecutable
-
-
Field Summary
-
Fields inherited from class tech.grasshopper.extent.data.pojo.NonExecutable
tags
-
Fields inherited from class tech.grasshopper.extent.data.pojo.BaseEntity
endTime, name, startTime, status
-
-
Constructor Summary
Constructors Constructor Description Scenario()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckData()List<Hook>getBeforeAfterHooks()List<Executable>getStepsAndHooks()-
Methods inherited from class tech.grasshopper.extent.data.pojo.BaseEntity
calculatedDuration, checkTimeData
-
-
-
-
Method Detail
-
getStepsAndHooks
public List<Executable> getStepsAndHooks()
-
checkData
public void checkData()
- Overrides:
checkDatain classBaseEntity
-
-