MCPcopy
hub / github.com/httprunner/httprunner / TestCasePath

TypeAlias TestCasePath

hrp/testcase.go:73–73  ·  view source on GitHub ↗

TestCasePath implements ITestCase interface.

Source from the content-addressed store, hash-verified

71
72// TestCasePath implements ITestCase interface.
73type TestCasePath string
74
75func (path *TestCasePath) GetPath() string {
76 return fmt.Sprintf("%v", *path)

Callers 12

convert2GoTestScriptsFunction · 0.92
boom.goFile · 0.92
run.goFile · 0.92
TestBoomerStandaloneRunFunction · 0.85
PollTestCasesMethod · 0.85
toTestCaseMethod · 0.85
LoadTestCasesFunction · 0.85
assertRunTestCasesFunction · 0.85
TestRunCaseWithRefAPIFunction · 0.85
TestLoadTestCasesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected