felangel / mocktail

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

docs(mocktail): improve argument matchers documentation in README #102

Closed mousedownmike closed 2 years ago

mousedownmike commented 2 years ago

Status

READY

Breaking Changes

NO

Description

I found it difficult to follow the examples when creating stubs that matched named arguments. This is a first pass at trying to document the distinction between positional and named arguments. I'm very new to this library so it should be given a critical review.

Type of Change