Writing boiler plate code for mocks is boring! #1603
Answered
by
brackendawson
ToxicalNoob3062
asked this question in
Q&A
-
so as you can see writing mocks to implement a interface with default functionality is tiresome! is there any way to generate this default mocks for testify? |
Beta Was this translation helpful? Give feedback.
Answered by
brackendawson
May 29, 2024
Replies: 1 comment
-
Mockery is a code generator that can generate testify compatible mock classes. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ToxicalNoob3062
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mockery is a code generator that can generate testify compatible mock classes.