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