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

TypeAlias Arguments

mock/mock.go:784–784  ·  view source on GitHub ↗

* Arguments */ Arguments holds an array of method arguments or return values.

Source from the content-addressed store, hash-verified

782
783// Arguments holds an array of method arguments or return values.
784type Arguments []interface{}
785
786const (
787 // Anything is used in Diff and Assert when the argument being tested

Calls

no outgoing calls

Tested by

no test coverage detected