1
0
Fork 0
fenix/app/src/test/java/org/mozilla/fenix/library/bookmarks
Kainalu Hagiwara 1ad9da09b0 Remove selection holder from bookmark viewholder constructors.
Now that we're passing the mode to the viewholders in their bind
methods, there's no real need to pass them into their constructors. This
also allows us to remove the indirection of having the adapter implement
the SelectionHolder interface and have the mode implement it directly.
2020-08-14 13:03:08 -07:00
..
viewholders Remove selection holder from bookmark viewholder constructors. 2020-08-14 13:03:08 -07:00
BookmarkAdapterTest.kt Add tests for Bookmarks DiffUtil and ViewHolders. 2020-08-14 13:03:08 -07:00
BookmarkControllerTest.kt For #12831 - Disable SwipeRefreshLayout while swiping a bookmark. 2020-08-05 09:00:43 -07:00
BookmarkDeselectNavigationListenerTest.kt For #9605: replace unit test runners with FenixRobolectricTestRunner. 2020-04-03 09:27:49 -07:00
BookmarkFragmentInteractorTest.kt For #12831 - Disable SwipeRefreshLayout while swiping a bookmark. 2020-08-05 09:00:43 -07:00
BookmarkFragmentStoreTest.kt For #12831 - Disable SwipeRefreshLayout while swiping a bookmark. 2020-08-05 09:00:43 -07:00
BookmarkTouchHelperTest.kt For #12906 - Fix swipe-to-delete bookmark folder. 2020-08-05 08:59:26 -07:00
DesktopFoldersTest.kt Closes #4046: Always display 'Desktop' bookmarks folder 2020-04-17 23:57:43 -07:00