How To Mock in Unit Tests in Dart & Flutter

Опубликовано: 24 Июнь 2020
на канале: FilledStacks
21,391
308

This video goes over the process of preparing your mocks for better unit tests.

Written Tutorial: https://www.filledstacks.com/post/how...

Git Repo: https://github.com/FilledStacks/stack...

00:00 - Intro
03:33 - TDD in Flutter
05:28 - Creating a Mock
06:54 - Register Mock Service
07:29 - Mock Service Helper
08:26 - Second Unit Test
10:09 - Setup and Teardown
12:05 - Remove registrations from locator
14:02 - Stubbing a Mock
14:54 - Third unit test
17:14 - Fourth Unit test
17:40 - Stubbing a Future
19:34 - Stub default pitfall
21:33 - Abstraction outro