You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -260,9 +260,9 @@ situations like passthroughs or other test-only calculations.
260
260
Expecter Interfaces
261
261
--------------------
262
262
263
-
New in [v2.10.0](https://github.com/vektra/mockery/pull/396)
263
+
New in [v2.10.0](https://github.com/vektra/mockery/pull/396).
264
264
265
-
Mockery now supports an "expecter" interface which allows your tests to use type-safe methods. You can enter into the expecter interface by simply calling `.EXPECT()` on your mock object.
265
+
Mockery now supports an "expecter" interface which allows your tests to use type-safe methods. When enabled through the `with-expecter: True` mockery configuration, you can enter into the expecter interface by simply calling `.EXPECT()` on your mock object.
0 commit comments