MCPcopy
hub / github.com/httprunner/httprunner / StepTransaction

Struct StepTransaction

hrp/step_transaction.go:23–25  ·  view source on GitHub ↗

StepTransaction implements IStep interface.

Source from the content-addressed store, hash-verified

21
22// StepTransaction implements IStep interface.
23type StepTransaction struct {
24 step *TStep
25}
26
27func (s *StepTransaction) Name() string {
28 if s.step.Name != "" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected