All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- No changes yet.
Controller.Satisfied
that lets you check whether all expected calls bound to a Controller have been satisfied.NewController
now takes optionalControllerOption
parameter.WithOverridableExpectations
is aControllerOption
that configures Controller to override existing expectations upon a new EXPECT().-typed
flag for generating type-safe methods in the generated mock.
This is a minor version that mirrors the original golang/mock project that this project originates from.
Any users on golang/mock project should be able to migrate to this project as-is, and expect exact same set of features (apart from supported Go versions. See README for more details.