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.
- Host: GitHub
- URL: https://github.com/testeurmaniak/tdd_in_flutter
- Owner: TesteurManiak
- Created: 2022-04-29T23:32:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-31T19:28:51.000Z (almost 4 years ago)
- Last Synced: 2025-03-24T19:22:08.444Z (over 1 year ago)
- Topics: articles, flutter, testing
- Language: Dart
- Homepage: https://rouxguillaume.medium.com/list/tdd-in-flutter-64d0d5f07854
- Size: 2.57 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TDD in Flutter
[](https://twitter.com/TesteurManiak)
## 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)