Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Fix testing of expect(foo).times(0)#34

Open
awestendorf wants to merge 2 commits into
mainfrom
fix-zero-times-expectation
Open

Fix testing of expect(foo).times(0)#34
awestendorf wants to merge 2 commits into
mainfrom
fix-zero-times-expectation

Conversation

@awestendorf

Copy link
Copy Markdown
Contributor

This is similar to stub(foo) but is a more self-documenting approach that some developers favor. It also results in an ExpectationNotSatisfied report at the end, vs. throwing an UnexpectedCall at the time foo is called.

This is the equivalent of `stub(foo)` but is a more self-documenting approach
Base automatically changed from master to main March 11, 2021 16:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant