MCPcopy
hub / github.com/httprunner/httprunner / GetPath

Method GetPath

hrp/testcase.go:75–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73type TestCasePath string
74
75func (path *TestCasePath) GetPath() string {
76 return fmt.Sprintf("%v", *path)
77}
78
79// ToTestCase loads testcase path and convert to *TestCase
80func (path *TestCasePath) ToTestCase() (*TestCase, error) {

Callers 1

ToTestCaseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected