package
0.0.21
Repository: https://github.com/tkrop/go-testing.git
Documentation: pkg.go.dev

# Functions

AnyFuncOf returns a function with given number of arguments accepting any type.
ArgOf returns the argument of the given value.
ArgsOf returns the arguments slice for the given values.
BaseFuncOf allows to extract a base function from an interface function containing no receiver and suppressing the return values - if necessary.
FieldArgOf returns the argument of the `i`th field of the given value.
FindArgOf find the first argument with one of the given field names matching the type matching the default argument type.
MakeFuncOf returns a newly created function with given reflective function.
NewErrInvalidType creates a new error reporting an invalid type during value slice creation.
ValuesIn returns the reflection values matching the input arguments of the given function.
ValuesOut returns the reflection values matching the output arguments of the given function.

# Constants

Func alias for `reflect.Func`.

# Variables

TypeOf alias for `reflect.TypeOf`.
ValueOf alias for `reflect.ValueOf`.

# Type aliases

Aliases for types.
Aliases for types.