Skip to content

v0.2.0

Compare
Choose a tag to compare
@sywhang sywhang released this 06 Jul 17:25
· 58 commits to main since this release
bb5901f

Added

  • Controller.Satisfied that lets you check whether all expected calls
    bound to a Controller have been satisfied.
  • NewController now takes optional ControllerOption parameter.
  • WithOverridableExpectations is a ControllerOption that configures
    Controller to override existing expectations upon a new EXPECT().
  • -typed flag for generating type-safe methods in the generated mock.