MCPcopy
hub / github.com/httprunner/httprunner / StepAPIWithOptionalArgs

Struct StepAPIWithOptionalArgs

hrp/step_api.go:63–65  ·  view source on GitHub ↗

StepAPIWithOptionalArgs implements IStep interface.

Source from the content-addressed store, hash-verified

61
62// StepAPIWithOptionalArgs implements IStep interface.
63type StepAPIWithOptionalArgs struct {
64 step *TStep
65}
66
67// TeardownHook adds a teardown hook for current teststep.
68func (s *StepAPIWithOptionalArgs) TeardownHook(hook string) *StepAPIWithOptionalArgs {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected