MCPcopy
hub / github.com/httprunner/httprunner / StepRequestValidation

Struct StepRequestValidation

hrp/step_request.go:931–933  ·  view source on GitHub ↗

StepRequestValidation implements IStep interface.

Source from the content-addressed store, hash-verified

929
930// StepRequestValidation implements IStep interface.
931type StepRequestValidation struct {
932 step *TStep
933}
934
935func (s *StepRequestValidation) Name() string {
936 if s.step.Name != "" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected