MCPcopy
hub / github.com/httprunner/httprunner / TestCase

Struct TestCase

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

TestCase is a container for one testcase, which is used for testcase runner. TestCase implements ITestCase interface.

Source from the content-addressed store, hash-verified

24// TestCase is a container for one testcase, which is used for testcase runner.
25// TestCase implements ITestCase interface.
26type TestCase struct {
27 Config *TConfig
28 TestSteps []IStep
29}
30
31func (tc *TestCase) GetPath() string {
32 return tc.Config.Path

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected