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

TypeAlias anythingOfTypeArgument

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

anythingOfTypeArgument is a string that contains the type of an argument for use when type checking. Used in Diff and Assert.

Source from the content-addressed store, hash-verified

806// anythingOfTypeArgument is a string that contains the type of an argument
807// for use when type checking. Used in Diff and Assert.
808type anythingOfTypeArgument string
809
810// AnythingOfType returns a special value containing the
811// name of the type to check for. The type name will be matched against the type name returned by [reflect.Type.String].

Callers 1

AnythingOfTypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected