package
0.0.0-20150620232711-089c7181b8c7
Repository: https://github.com/billups/testify.git
Documentation: pkg.go.dev

# Functions

AnythingOfType returns an AnythingOfTypeArgument object containing the name of the type to check for.
AssertExpectationsForObjects asserts that everything specified with On and Return of the specified objects was in fact called as expected.

# Constants

The "any" argument.

# Structs

Call represents a method call and is used for setting expectations, as well as recording activity.
Mock is the workhorse used to track activity on another object.

# Interfaces

TestingT is an interface wrapper around *testing.T.

# Type aliases

AnythingOfTypeArgument is a string that contains the type of an argument for use when type checking.
Arguments holds an array of method arguments or return values.