1. Урок 1. 00:14:40
    Course Demo
  2. Урок 2. 00:08:37
    Testing on Android EXPLAINED
  3. Урок 3. 00:11:53
    Dependencies and New Project
  4. Урок 4. 00:07:17
    Modeling the Data
  5. Урок 5. 00:04:17
    Test Writing Process (Tips and Tricks)
  6. Урок 6. 00:05:21
    Writing Your First Unit Tests
  7. Урок 7. 00:09:47
    Performing Date Conversions
  8. Урок 8. 00:10:25
    JUnit5 Tests, Parameterized Tests, Assertions
  9. Урок 9. 00:16:41
    Dagger Setup
  10. Урок 10. 00:03:26
    The MYTH about Dagger and Unit Tests
  11. Урок 11. 00:07:23
    Room Persistence Setup (SQLite Db)
  12. Урок 12. 00:05:56
    Testing a Room Database (Instrumentation)
  13. Урок 13. 00:05:39
    Sharing Resources Between Test and androidTest Directories
  14. Урок 14. 00:03:38
    LiveData Testing
  15. Урок 15. 00:03:21
    Room DAO Testing (part 1) (Instrumentation)
  16. Урок 16. 00:16:00
    Room DAO Testing (part 2) (Instrumentation)
  17. Урок 17. 00:05:40
    Repository
  18. Урок 18. 00:04:15
    Resource Helper Class (Handling State)
  19. Урок 19. 00:06:40
    Inserting Data into Room with RxJava
  20. Урок 20. 00:06:44
    Room DAO Testing, Mockito, @BeforeEach, @TestInstance
  21. Урок 21. 00:03:04
    Unit Testing Design for Inserting Data
  22. Урок 22. 00:13:25
    Unit Testing Data Insertion (Success, Fail, Exception)
  23. Урок 23. 00:04:59
    What's the Point of Unit Testing? (Examples)
  24. Урок 24. 00:08:08
    ViewModel for NoteActivity (Setup)
  25. Урок 25. 00:07:53
    NoteViewModel Unit Testing Setup
  26. Урок 26. 00:09:47
    NoteViewModel Unit Tests (part 1)
  27. Урок 27. 00:02:56
    InstantExecutorExtension and @ExtendWith
  28. Урок 28. 00:05:21
    Test Coverage
  29. Урок 29. 00:03:45
    Update Note Method in Repository
  30. Урок 30. 00:07:09
    Update Note Unit Tests in Repository
  31. Урок 31. 00:21:28
    NoteActivity Setup
  32. Урок 32. 00:08:02
    Saving and Updating Notes
  33. Урок 33. 00:11:31
    Note InsertUpdateHelper Class
  34. Урок 34. 00:05:52
    NoteViewModel Unit Tests (part 2)
  35. Урок 35. 00:05:37
    Testing Note Inserts and Updates
  36. Урок 36. 00:05:35
    Final Unit Tests for NoteViewModel
  37. Урок 37. 00:08:06
    Retrieve and Delete Transactions
  38. Урок 38. 00:09:31
    Testing Retrieve and Delete Transactions in Repository
  39. Урок 39. 00:09:53
    Testing Retrieve and Delete Transactions in ViewModel
  40. Урок 40. 00:07:28
    NotesListActivity