You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
xxx.go:xx: Unexpected call to *xxx.MockIF.VariadicMethod([4 2]) at xxx.go:xx because:
Expected call at xxx.go:xx doesn't match the argument at index 0.
Got: [4 2]
Want: blah
panic.go:563: missing call(s) to *xx.MockIF.VariadicMethod(blah) xxx.go:xx
Additional Information
gomock mode (reflect or source):
source
gomock version or git ref:
version = "v1.4.0"
golang version:
1.13
Triage Notes for the Maintainers
The text was updated successfully, but these errors were encountered:
Actual behavior A clear and concise description of what the bug is.
When configured for variadic functions GotFormatterAdapter is not invoked.
Expected behavior A clear and concise description of what you expected to
happen.
"Got" values are formatted by provided GotFormatterAdapter
To Reproduce Steps to reproduce the behavior
Output:
Additional Information
source
version = "v1.4.0"
1.13
Triage Notes for the Maintainers
The text was updated successfully, but these errors were encountered: