issues
search
golang
/
mock
GoMock is a mocking framework for the Go programming language.
Apache License 2.0
9.32k
stars
607
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix: file not closed if Write returns an error
#707
alexandear
closed
1 year ago
0
How to mock receiver in method
#706
forjoin92
opened
1 year ago
0
fix: CVE-2020-29652 CVE-2021-44716 CVE-2022-32149 etc.
#705
testwill
closed
12 months ago
0
T instead of t used in generate file
#704
moomman
closed
1 year ago
0
Support for variadic arguments in SetArgs method
#703
djbelyak
closed
1 year ago
0
record invocation arguments in generated code
#702
kucherenkovova
opened
1 year ago
1
Add support for anonymous struct returns
#701
bjohnson-va
opened
1 year ago
0
Wrong mock generated for the interface with generics
#700
heww
opened
1 year ago
0
Unable to use goMock to test further logic in service implementation
#699
inianv
closed
1 year ago
0
support compile time checks for regen
#698
bogdanlytvynovskyi
opened
1 year ago
2
Is this project "active"?
#697
yeukhon
opened
1 year ago
2
golang.org/x/text generating warning https://github.com/advisories/GHSA-69ch-w2m2-3vjp
#696
theherk
opened
1 year ago
0
Add builtin custom matcher function
#695
ilya-hontarau
opened
1 year ago
1
Pass if struct contains minimal required parameters
#694
tsuz
closed
1 year ago
1
mockgen: fix comment
#693
cuishuang
opened
1 year ago
0
Exact matching on varargs of type interface{}
#692
Step2Web
opened
1 year ago
0
Use of -aux_files causes incorrect generated code in case of embedded interface with package name overlap
#691
GillesMoris-NexuzHealth
opened
1 year ago
0
Unexpected access should print stack trace
#690
feldentm-SAP
opened
1 year ago
0
Snyc Vulnerability High severity golang.org/x/crypto Improper Signature Verification VULNERABILITY
#689
Trilokkumar1
opened
1 year ago
0
Adding support for Protobufs generated with v2 tooling
#688
jprobinson
closed
1 year ago
1
Adding support for Protobufs generated with v2 tooling
#687
jprobinson
closed
1 year ago
0
Implement OverridableController to allow for mock overrides
#686
styeung
opened
1 year ago
2
Proposal: Provide an option where every invocation of `EXPECT()` of a mock should override any previous invocations.
#685
styeung
opened
1 year ago
0
How to write the mock result to a file in reflect mode
#684
someview
opened
1 year ago
3
Add -embed flag into mockgen
#683
stoikheia
opened
2 years ago
1
fix: #681 Generic generation failed without specifying source
#682
songzhibin97
opened
2 years ago
1
Generic generation failed without specifying source
#681
songzhibin97
opened
2 years ago
1
Improve mock usability in tests
#680
feldentm-SAP
opened
2 years ago
2
mockgen: fix function name on comment
#679
cuishuang
opened
2 years ago
0
mockgen: replace bytes.Compare with bytes.Equal
#678
cuishuang
opened
2 years ago
0
Generating mocks (reflect mode) fails if interface contains methods with generic types
#677
daolis
closed
1 year ago
2
mockgen: replace io/ioutil with io and os package
#676
cuishuang
opened
2 years ago
0
mockgen: fix typo
#675
cuishuang
opened
2 years ago
0
add automation script samples
#674
mohammadne
opened
2 years ago
1
Allow Any to take a list of matchers
#673
guywithnose
opened
2 years ago
1
Maintenance status of mockgen
#672
sodul
closed
2 years ago
2
Mockgen: Support generating mock for interfaces that contain a generic typed return value
#671
CNLHC
closed
2 years ago
2
mockgen only create file and package, but not create interface and struct
#670
cccccccccy
closed
2 years ago
2
feat: support embedded generic interfaces
#669
tra4less
closed
10 months ago
25
[mockgen] Errors creating mocks for embedded generic interfaces
#668
kevinconaway
closed
2 years ago
1
Help generating mocks for generics
#667
btomasini
closed
2 years ago
2
Cannot parse type parameters on return interface types
#666
Fryuni
closed
2 years ago
2
Loading input failed: failed parsing source file internal/handler/handler: open internal/handler/handler: The system cannot find the path specified.
#665
melitadn
opened
2 years ago
2
Expose the mockgen.generator type
#664
wdullaer
closed
2 years ago
1
gomock generics support enhancement
#663
bradleygore
opened
2 years ago
25
In version 1.6.0, the inspection of variable-length parameter functions reports an error
#662
pbkzsx
closed
2 years ago
0
Ability to customize package_prefix instead of using mock_
#661
yuamera
closed
2 years ago
0
Introduce possibility to list required interfaces so mockgen won't generate all of them in source mode
#660
kliukovkin
opened
2 years ago
2
add interfaces flag
#659
kliukovkin
opened
2 years ago
1
Incorrectly treating generic types as exported types
#658
alexandreLamarre
opened
2 years ago
2
Next