You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: feature/bookmarks/src/test/kotlin/com/google/samples/apps/nowinandroid/feature/bookmarks/BookmarksViewModelTest.kt
+46Lines changed: 46 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,9 @@ import org.junit.Before
31
31
importorg.junit.Rule
32
32
importorg.junit.Test
33
33
importkotlin.test.assertEquals
34
+
importkotlin.test.assertFalse
34
35
importkotlin.test.assertIs
36
+
importkotlin.test.assertTrue
35
37
36
38
/**
37
39
* To learn more about how this test handles Flows created with stateIn, see
0 commit comments