mocktail 0.0.1-dev.6 copy "mocktail: ^0.0.1-dev.6" to clipboard
mocktail: ^0.0.1-dev.6 copied to clipboard

outdated

A Dart mocking library which simplifies mocking with null safety support and no manual mocks or code generation.

0.0.1-dev.6 #

  • BREAKING refactor: use Symbol rather than String
  • fix: strict argument matching on verification when arguments are provided

0.0.1-dev.5 #

  • fix: override toString on MocktailFailure to improve visibility of failure messages

0.0.1-dev.4 #

  • feat: add Matcher support to verify times API
  • docs: minor usage documentation updates in README

0.0.1-dev.3 #

  • BREAKING refactor: rename positionalArgs to positionalArguments
  • BREAKING refactor: rename namedArgs to namedArguments
  • fix: thenAnswer callback contains correct Invocation
  • docs: minor documentation updates

0.0.1-dev.2 #

  • docs: minor updates to README
  • docs: minor updates to example

0.0.1-dev.1 #

  • feat: initial release 🎉
973
likes
0
pub points
99%
popularity

Publisher

verified publisherfelangel.dev

A Dart mocking library which simplifies mocking with null safety support and no manual mocks or code generation.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

matcher

More

Packages that depend on mocktail