Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LandonTClipp committed Jan 25, 2022
1 parent 4fc5912 commit 5f5570d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,9 @@ situations like passthroughs or other test-only calculations.
Expecter Interfaces
--------------------

New in [v2.10.0](https://github.com/vektra/mockery/pull/396)
New in [v2.10.0](https://github.com/vektra/mockery/pull/396).

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.
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.

For example, given an interface such as
```go
Expand Down

0 comments on commit 5f5570d

Please sign in to comment.