package
module
Version:
v0.0.0
Opens a new window with list of versions in this module.
Published: Sep 9, 2025
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
✅ Gomock Assert
gomockassert is a matcher that uses testify/assert to perform matches.
⬇️ Installation
go get github.com/survivorbat/go-mockassert
📋 Usage
🔭 Plans
Not much yet.
Documentation
¶
Matcher implements gomock.Matcher and uses Expected to assert.Equal to actual.
New can be thrown directly into a EXPECT() call with the value you're expecting
Matches checks whether the expected value matches the actual
String returns the type name that the matcher was created for
Source Files
¶
Click to show internal directories.
Click to hide internal directories.