Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T05:15:49.000Z (4 months ago)
- Last Synced: 2024-10-08T10:17:08.023Z (28 days 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: 619
- Watchers: 11
- Forks: 81
- Open Issues: 17
-
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
[![ci](https://github.com/felangel/mocktail/actions/workflows/ci.yaml/badge.svg)](https://github.com/felangel/mocktail/actions)
[![coverage](https://raw.githubusercontent.com/felangel/mocktail/main/coverage_badge.svg)](https://github.com/felangel/mocktail/actions)
[![License: MIT](https://img.shields.io/badge/license-MIT-purple.svg)](https://opensource.org/licenses/MIT)This repository contains mocking libraries for Dart inspired by [mockito](https://pub.dev/packages/mockito).
---
## [package:mocktail](packages/mocktail)
[![Pub](https://img.shields.io/pub/v/mocktail.svg)](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)
[![Pub](https://img.shields.io/pub/v/mocktail_image_network.svg)](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`