Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`