Class Hook
- java.lang.Object
-
- tech.grasshopper.extent.data.pojo.BaseEntity
-
- tech.grasshopper.extent.data.pojo.Executable
-
- tech.grasshopper.extent.data.pojo.Hook
-
public class Hook extends Executable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHook.HookType-
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 Hook()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckData()StringgetName()-
Methods inherited from class tech.grasshopper.extent.data.pojo.BaseEntity
calculatedDuration, checkTimeData
-
-
-
-
Method Detail
-
getName
public String getName()
-
checkData
public void checkData()
- Overrides:
checkDatain classBaseEntity
-
-