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

https://github.com/testeurmaniak/tdd_in_flutter

Projects sample used in my series "TDD in Flutter" on Medium.
https://github.com/testeurmaniak/tdd_in_flutter

articles flutter testing

Last synced: about 1 year ago
JSON representation

Projects sample used in my series "TDD in Flutter" on Medium.

Awesome Lists containing this project

README

          

# TDD in Flutter

[![Twitter Follow](https://img.shields.io/twitter/follow/TesteurManiak?style=social)](https://twitter.com/TesteurManiak)



TDD in Flutter

## Table of Contents

* [Introduction to Test Driven Development](#introduction-to-test-driven-development)
* [How to write a unit test ?](#how-to-write-a-unit-test-)
* [Testing your widgets](#testing-your-widgets)
* [Special: Golden tests with Alchemist🧙🏼](#special-golden-tests-with-alchemist)
* [Creating Mocks](#creating-mocks)

## Introduction to Test Driven Development

* [Article](https://itnext.io/tdd-in-flutter-part-1-introduction-to-test-driven-development-c130b9e82f36)

## How to write a unit test ?

* [Article](https://itnext.io/tdd-in-flutter-part-2-how-to-write-a-unit-test-8493044792f)

## Testing your widgets

* [Article](https://itnext.io/tdd-in-flutter-part-3-testing-your-widgets-c5e87d76a864)
* [Code](/testing_your_widgets)

## Special: Golden tests with Alchemist🧙🏼

* [Article](https://itnext.io/tdd-in-flutter-special-golden-tests-with-alchemist-ea8c96ff4dfe)
* [Code](/golden_tests_with_alchemist)

## Creating Mocks

* [Article](https://rouxguillaume.medium.com/tdd-in-flutter-part-4-creating-mocks-eb3b0a38bae0)
* [Code](/creating_mocks)