Commit Graph

4 Commits

Author SHA1 Message Date
Alejandro Ruiz e9fb3665ee Switch to maintained gomock fork 2024-09-05 17:35:36 +02:00
Kevin Joiner 294dad04db Reduce generated clients/controllers.
The Generated Client, Controller, and Cache interfaces are now entirely
implemented by the generic Interfaces. These changes greatly reduce the
amount of generated code needed and allows users to use the mocks
directly with controllers without having to wrap them as an embedded
object.
2023-06-29 16:24:29 -04:00
Kevin Joiner 8110ecfc32 Update fakes to create valid mock controllers.
Generates the fakes package so that the mocks completely implement the
Controllers, Clients and Cache interfaces.
2023-06-29 16:24:29 -04:00
Kevin Joiner 01ecd49211 Add test to Controller implemented Client methods. 2023-03-08 10:07:39 -05:00