Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AnyEq ¶
AnyEq returns a matcher that matches any object, but then ensures that the object is equal to a passed-in value using assert.Equal. This is different from `gomock.Eq`, as this matcher will always match, but then use `assert.Equal` to print a diff of the difference, while `Eq` will be considered a missing call, and not do a diff of the mismatched arguments.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.