Nathan Standiford
Nathan Standiford
Presently, `atMostEvery` only supports `int` and `java.util.concurrent.TimeUnit`. However, the parameters become inconvenient to use for `java.time.Duration`. Additionally, when using `java.time.Duration#toNanos` and `TimeUnit#NANOSECONDS, the field gets truncated to an `int`. This...
# Summary Provide convenience methods for calls happening only once or none. This is frequent pattern in assertions and would make testing more readable. # Details Presently, gomock includes `func...
### What version of Go are you using (`go version`)? $ go version go version go1.24rc2 darwin/arm64 ### Does this issue reproduce with the latest release? I am running the...