-
so we can use them as gomock EXPECT arguments. the original matchers of gomock is too weak when dealing with complex types and assertions.
-
Hi, I saw the recent [gomock discussion](https://github.com/corbym/gocrest/issues/4) and would love documentation on how to Implement Testify's custom matchers via [mock.MatchedBy](https://godoc.org/g…
-
### Requested feature
A `In([]T)` matcher which returns true if it matches one of the given value.
For Example:
```go
m.
EXPECT().
CheckIsFruit(gomock.In([]string{"Apple", "Banan…
-
### Description
I think it would be nice to build an `ArgumentCaptor` interface and `argumentCaptor` struct that extends `Matcher` through composition, but store the value of the arguments before the…
-
```
What steps will reproduce the problem?
1. Acquire https://github.com/fluffle/goirc/blob/master/event/registry.go
2. Run mockgen -source registry.go -destination mock_registry.go -package event
Wh…
-
```
What steps will reproduce the problem?
1. Acquire https://github.com/fluffle/goirc/blob/master/event/registry.go
2. Run mockgen -source registry.go -destination mock_registry.go -package event
Wh…
-
```
What steps will reproduce the problem?
1. Acquire https://github.com/fluffle/goirc/blob/master/event/registry.go
2. Run mockgen -source registry.go -destination mock_registry.go -package event
Wh…
-
```
What steps will reproduce the problem?
1. Acquire https://github.com/fluffle/goirc/blob/master/event/registry.go
2. Run mockgen -source registry.go -destination mock_registry.go -package event
Wh…
-
Trying to figure out whether there a straightforward manner to assert failure on unexpected mock invocations. Using the latest code an unexpected invocation results in an undefined, which in the case…
-
Feature request for MakeInterface, to go along with the newly-arrived MakeFunc (Issue
1765).
Good goal would be gomock without source code generation.