MCPcopy
hub / github.com/httprunner/httprunner / IAPI

Interface IAPI

hrp/step_api.go:14–17  ·  view source on GitHub ↗

IAPI represents interface for api, includes API and APIPath.

Source from the content-addressed store, hash-verified

12// IAPI represents interface for api,
13// includes API and APIPath.
14type IAPI interface {
15 GetPath() string
16 ToAPI() (*API, error)
17}
18
19type API struct {
20 Name string `json:"name" yaml:"name"` // required

Callers 3

LoadTestCasesFunction · 0.65
toTestCaseMethod · 0.65
CallRefAPIMethod · 0.65

Implementers 1

APIhrp/step_api.go

Calls

no outgoing calls

Tested by

no test coverage detected