Overwrite the EXPECT() #235
Unanswered
arshia-rgh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am writing test with this style:
`func Test_audioService_CreateAudio(t *testing.T) {
ctrl := gomock.NewController(t)
}`
but here if I run the test cases together the third one will fail, but if i run the third one only it will pass, i think it is because the EXPECT() will not override or anything that i don't know, can anyone help me with this ?
Beta Was this translation helpful? Give feedback.
All reactions