MCPcopy
hub / github.com/httprunner/httprunner / ToTestCase

Method ToTestCase

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

Source from the content-addressed store, hash-verified

19type ITestCase interface {
20 GetPath() string
21 ToTestCase() (*TestCase, error)
22}
23
24// TestCase is a container for one testcase, which is used for testcase runner.

Callers 3

toTestCaseMethod · 0.65
LoadTestCasesFunction · 0.65
CallRefCaseMethod · 0.65

Implementers 1

TestCasehrp/testcase.go

Calls

no outgoing calls

Tested by

no test coverage detected