MCPcopy
hub / github.com/httprunner/httprunner / SetVerifySSL

Method SetVerifySSL

hrp/config.go:61–64  ·  view source on GitHub ↗

SetVerifySSL sets whether to verify SSL for current testcase.

(verify bool)

Source from the content-addressed store, hash-verified

59
60// SetVerifySSL sets whether to verify SSL for current testcase.
61func (c *TConfig) SetVerifySSL(verify bool) *TConfig {
62 c.Verify = verify
63 return c
64}
65
66// WithParameters sets parameters for current testcase.
67func (c *TConfig) WithParameters(parameters map[string]interface{}) *TConfig {

Callers 11

prepareConfigMethod · 0.80
prepareConfigMethod · 0.80
TestCaseConfigVariablesFunction · 0.80
TestCaseStepVariablesFunction · 0.80
TestCaseParseVariablesFunction · 0.80
TestCaseBasicRequestFunction · 0.80
TestCaseCallFunctionFunction · 0.80
TestCaseValidateStepFunction · 0.80

Calls

no outgoing calls

Tested by 9

TestCaseConfigVariablesFunction · 0.64
TestCaseStepVariablesFunction · 0.64
TestCaseParseVariablesFunction · 0.64
TestCaseBasicRequestFunction · 0.64
TestCaseCallFunctionFunction · 0.64
TestCaseValidateStepFunction · 0.64