v0.2.0
Added
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.