MCPcopy
hub / github.com/stretchr/testify / ParamsFormat

Method ParamsFormat

_codegen/main.go:275–277  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

273}
274
275func (f *testFunc) ParamsFormat() string {
276 return strings.Replace(f.Params(), "msgAndArgs", "msg string, args", 1)
277}
278
279func (f *testFunc) ForwardedParamsFormat() string {
280 return strings.Replace(f.ForwardedParams(), "msgAndArgs", "append([]interface{}{msg}, args...)", 1)

Callers

nothing calls this directly

Calls 1

ParamsMethod · 0.95

Tested by

no test coverage detected