MCPcopy
hub / github.com/httprunner/httprunner / StepThinkTime

Struct StepThinkTime

hrp/step_thinktime.go:16–18  ·  view source on GitHub ↗

StepThinkTime implements IStep interface.

Source from the content-addressed store, hash-verified

14
15// StepThinkTime implements IStep interface.
16type StepThinkTime struct {
17 step *TStep
18}
19
20func (s *StepThinkTime) Name() string {
21 return s.step.Name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected