# 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.
# Interfaces
Mocker represents a Mockery mock.