MCPcopy
hub / github.com/httprunner/httprunner / ITestCase

Interface ITestCase

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

ITestCase represents interface for testcases, includes TestCase and TestCasePath.

Source from the content-addressed store, hash-verified

17// ITestCase represents interface for testcases,
18// includes TestCase and TestCasePath.
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.
25// TestCase implements ITestCase interface.

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