All Projects → felangel → Mocktail

felangel / Mocktail

Licence: mit
A mock library for Dart inspired by mockito

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Mocktail

Mockito
Most popular Mocking framework for unit tests written in Java
Stars: ✭ 12,453 (+7140.12%)
Mutual labels:  mock, mocking, mockito
Cuckoo
Boilerplate-free mocking framework for Swift!
Stars: ✭ 1,344 (+681.4%)
Mutual labels:  mock, mocking, mockito
springmock
alternative spring mocking infrastructure
Stars: ✭ 22 (-87.21%)
Mutual labels:  mock, mocking, mockito
Gock
HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽
Stars: ✭ 1,185 (+588.95%)
Mutual labels:  mock, mocking
Moka
A Go mocking framework.
Stars: ✭ 53 (-69.19%)
Mutual labels:  mock, mocking
Mockstar
Demo project on How to be a Mockstar using Mockito and MockWebServer.
Stars: ✭ 53 (-69.19%)
Mutual labels:  mocking, mockito
Pytest Responsemock
Simplified requests calls mocking for pytest
Stars: ✭ 24 (-86.05%)
Mutual labels:  mock, mocking
Unit Threaded
Advanced unit test framework for D
Stars: ✭ 100 (-41.86%)
Mutual labels:  mock, mocking
Mockito Java8
Mockito add-ons leveraging Java 8 and lambda expressions to make mocking even more compact
Stars: ✭ 82 (-52.33%)
Mutual labels:  mocking, mockito
Prig
Prig is a lightweight framework for test indirections in .NET Framework.
Stars: ✭ 106 (-38.37%)
Mutual labels:  mock, mocking
Parrot
✨ Scenario-based HTTP mocking
Stars: ✭ 109 (-36.63%)
Mutual labels:  mock, mocking
Generator Http Fake Backend
Yeoman generator for building a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
Stars: ✭ 49 (-71.51%)
Mutual labels:  mock, mocking
Graphql Query Test Mock
Easily mock GraphQL queries in your Relay Modern / Apollo / any-other-GraphQL-client tests.
Stars: ✭ 49 (-71.51%)
Mutual labels:  mock, mocking
Wiremockui
Wiremock UI - Tool for creating mock servers, proxies servers and proxies servers with the option to save the data traffic from an existing API or Site.
Stars: ✭ 38 (-77.91%)
Mutual labels:  mock, mocking
Really Need
Node require wrapper with options for cache busting, pre- and post-processing
Stars: ✭ 108 (-37.21%)
Mutual labels:  mock, mocking
Nsubstitute
A friendly substitute for .NET mocking libraries.
Stars: ✭ 1,646 (+856.98%)
Mutual labels:  mock, mocking
Duckrails
Development tool to mock API endpoints quickly and easily (docker image available)
Stars: ✭ 1,690 (+882.56%)
Mutual labels:  mock, mocking
Ts Mockito
Mocking library for TypeScript
Stars: ✭ 608 (+253.49%)
Mutual labels:  mocking, mockito
Msw
Seamless REST/GraphQL API mocking library for browser and Node.js.
Stars: ✭ 7,830 (+4452.33%)
Mutual labels:  mock, mocking
Mockery
Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL).
Stars: ✭ 10,048 (+5741.86%)
Mutual labels:  mock, mocking

🍹 mocktail

build coverage License: MIT

This repository contains mocking libraries for Dart inspired by mockito.


package:mocktail

Pub

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


package:mocktail_image_network

Pub

A Dart package which allows you to mock Image.network in your widget tests with confidence using package:mocktail

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].