felangel / mocktail

A mock library for Dart inspired by mockito
https://pub.dev/packages/mocktail
MIT License
588 stars 80 forks source link

docs(mocktail): update `verify` example in `README.md` #215

Closed woolfred closed 6 months ago

woolfred commented 8 months ago

Status

READY

Breaking Changes

NO

Description

When you simply copy & paste the example of Stub and Verify Behavior into a test it fails. We stumbled upon it, when actually trying to verify multiple calls and were wondering why the count is off, especially after looking at the example. Maybe this helps better in understanding how it works?

Type of Change