Documentation
¶
Overview ¶
Package bemock adapts expectto/be matchers for use as testify/mockery mock argument matchers.
It lives in its own module (github.com/expectto/be/x/mock) so the core `be` module never depends on testify. Assertions don't live here — use the core be.AssertThat / be.RequireThat (or be.Expect/Require) instead. Gomock needs no adapter either (every be matcher already satisfies gomock.Matcher); this module's sole job is the testify/mockery adapter below.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.