https://github.com/felangel/mocktail
A mock library for Dart inspired by mockito
https://github.com/felangel/mocktail
dart dart-package flutter mock mock-library mocking mockito mocks mocktail testing
Last synced: 14 days ago
JSON representation
A mock library for Dart inspired by mockito
- Host: GitHub
- URL: https://github.com/felangel/mocktail
- Owner: felangel
- License: mit
- Created: 2020-12-28T07:16:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T05:15:49.000Z (10 months ago)
- Last Synced: 2024-10-29T15:48:36.489Z (6 months ago)
- Topics: dart, dart-package, flutter, mock, mock-library, mocking, mockito, mocks, mocktail, testing
- Language: Dart
- Homepage: https://pub.dev/packages/mocktail
- Size: 178 KB
- Stars: 622
- Watchers: 11
- Forks: 81
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 🍹 mocktail
[](https://github.com/felangel/mocktail/actions)
[](https://github.com/felangel/mocktail/actions)
[](https://opensource.org/licenses/MIT)This repository contains mocking libraries for Dart inspired by [mockito](https://pub.dev/packages/mockito).
---
## [package:mocktail](packages/mocktail)
[](https://pub.dev/packages/mocktail)
A Dart mocking library which simplifies mocking with null safety support and no manual mocks or code generation.
---
## [package:mocktail_image_network](packages/mocktail_image_network)
[](https://pub.dev/packages/mocktail_image_network)
A Dart package which allows you to mock `Image.network` in your widget tests with confidence using `package:mocktail`