-
-
Notifications
You must be signed in to change notification settings - Fork 133
Closed
Description
The only reason why I use gomock instead of this is that I can't simply do stuff like
v.EXPECT(1).RETURN(2)
v.EXPECT(2).RETURN(2)
v.EXPECT(3).RETURN(2)I mean I have to write some if statements and so on. Looks like there's no easy way to configure several calls of mock. It looks especially complicated in a go-way-ish table-driven-tests
Metadata
Metadata
Assignees
Labels
No labels