Skip to content

felipecastrosales/test

Repository files navigation

Tests in Dart and Flutter

Learn about testing with Flutter and Dart through this repository.

Introduction about tests, make manual tests and after unit tests to replace manuals.

Create LCOV reader and line report; with unit tests. Also, use the concept of componentization.

Created tests for Futures and Streams.

Created tests for reproduce an api flow; with mocks and stubs.

Created widget tests for an counter app, with keys, finders and matchers.

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.

Created TODO app with TDD. Using tests for unit and widgets, with mocks and stubs.