MCPcopy
hub / github.com/httprunner/httprunner / Type

Method Type

hrp/step.go:58–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56type IStep interface {
57 Name() string
58 Type() StepType
59 Struct() *TStep
60 Run(*SessionRunner) (*StepResult, error)
61}

Callers 7

convertBoomerTaskMethod · 0.65
initPluginFunction · 0.65
StartMethod · 0.65
ToTCaseMethod · 0.65
MarshalMethod · 0.65
archiveMethod · 0.65
archiveFunction · 0.65

Implementers 11

StepRendezvoushrp/step_rendezvous.go
StepTestCaseWithOptionalArgshrp/step_testcase.go
StepTransactionhrp/step_transaction.go
StepWebSockethrp/step_websocket.go
StepRequestWithOptionalArgshrp/step_request.go
StepRequestExtractionhrp/step_request.go
StepRequestValidationhrp/step_request.go
StepMobilehrp/step_mobile_ui.go
StepMobileUIValidationhrp/step_mobile_ui.go
StepThinkTimehrp/step_thinktime.go

Calls

no outgoing calls

Tested by

no test coverage detected