MCPcopy
hub / github.com/httprunner/httprunner / StepTestCaseWithOptionalArgs

Struct StepTestCaseWithOptionalArgs

hrp/step_testcase.go:13–15  ·  view source on GitHub ↗

StepTestCaseWithOptionalArgs implements IStep interface.

Source from the content-addressed store, hash-verified

11
12// StepTestCaseWithOptionalArgs implements IStep interface.
13type StepTestCaseWithOptionalArgs struct {
14 step *TStep
15}
16
17// TeardownHook adds a teardown hook for current teststep.
18func (s *StepTestCaseWithOptionalArgs) TeardownHook(hook string) *StepTestCaseWithOptionalArgs {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected