Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
19
type
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
toTestCase
Method · 0.65
LoadTestCases
Function · 0.65
CallRefCase
Method · 0.65
Implementers
1
TestCase
hrp/testcase.go
Calls
no outgoing calls
Tested by
no test coverage detected