Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipecastrosales/test
Contents about tests in Dart and Flutter.
https://github.com/felipecastrosales/test
cubit dart dartlang ddd express flutter flutter-apps flutter-examples jest jest-tests mocktail node tdd test testing
Last synced: 19 days ago
JSON representation
Contents about tests in Dart and Flutter.
- Host: GitHub
- URL: https://github.com/felipecastrosales/test
- Owner: felipecastrosales
- License: mit
- Created: 2023-09-16T22:33:00.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-01T02:30:10.000Z (over 1 year ago)
- Last Synced: 2024-11-23T13:19:36.694Z (3 months ago)
- Topics: cubit, dart, dartlang, ddd, express, flutter, flutter-apps, flutter-examples, jest, jest-tests, mocktail, node, tdd, test, testing
- Language: HTML
- Homepage:
- Size: 335 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tests in Dart and Flutter
Learn about testing with Flutter and Dart through this repository.
### [Chapter 01](https://github.com/felipecastrosales/test/tree/master/chapter-01)
Introduction about tests, make manual tests and after unit tests to replace manuals.
### [Chapter 02](https://github.com/felipecastrosales/test/tree/master/chapter-02)
Create LCOV reader and line report; with unit tests. Also, use the concept of componentization.
### [Chapter 03](https://github.com/felipecastrosales/test/tree/master/chapter-03)
Created tests for Futures and Streams.
### [Chapter 04](https://github.com/felipecastrosales/test/tree/master/chapter-04)
Created tests for reproduce an api flow; with mocks and stubs.
### [Chapter 05](https://github.com/felipecastrosales/test/tree/master/chapter-05)
Created widget tests for an counter app, with keys, finders and matchers.
### [Chapter 06](https://github.com/felipecastrosales/test/tree/master/chapter-06)
In the first project, created structure for app reproducing an reminder app with Clean Architecture and TDD.
In the second project, created tests in a project with TypeScript, NodeJS, Jest and Express.
### [Chapter 07](https://github.com/felipecastrosales/test/tree/master/chapter-07)
Created TODO app with TDD. Using tests for unit and widgets, with mocks and stubs.