Documentation ¶
Overview ¶
This package provides aliases for the contents of "github.com/stretchr/testify/mock". Because external packages can't import our vendored dependencies, this is necessary for them to be able to fully utilize the plugintest package.
Index ¶
Constants ¶
View Source
const (
Anything = mock.Anything
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AnythingOfTypeArgument ¶
type AnythingOfTypeArgument = mock.AnythingOfTypeArgument
func AnythingOfType ¶
func AnythingOfType(t string) AnythingOfTypeArgument
Click to show internal directories.
Click to hide internal directories.