Categorygithub.com/mattavos/tpp
modulepackage
0.1.3
Repository: https://github.com/mattavos/tpp.git
Documentation: pkg.go.dev

# README

== TODO ==

This is a work-in-progress project. The implementation is rough and the interface is liable to change. Please use with care and conservatism.

# Functions

Err returns an Expect with a generic test error.
Errs returns an Expects with a generic test error.
ErrWith returns an Expect with the given error.
False returns a ptr to false.
OK returns an Expect with the given return and no error.
OKs returns an Expects with the given calls.
True returns a ptr to true.
Unexpected returns an Expect which is unexpected.
Unexpecteds returns an Expects which is unexpected.

# Structs

Call represents a single mock call.
Expect represents an expectation for use in configuration-driven tests.
Expects represents an expectation for use in configuration-driven tests.

# Interfaces

Mocker represents a Mockery mock.