Class org.mozilla.fenix.library.bookmarks.BookmarkControllerTest

26

tests

0

failures

0

ignored

3.384s

duration

100%

successful

Tests

Test Duration Result
WHEN handle opening folder bookmarks THEN all bookmarks in folder is opened in normal tabs 0.079s passed
WHEN handle opening folder bookmarks in private tabs THEN all bookmarks in folder is opened in private tabs 0.066s passed
WHEN handle opening folder bookmarks with more than max items THEN warning is invoked 0.450s passed
WHEN handleBookmarkTapped is called with BrowserFragment THEN load the bookmark in current tab 0.023s passed
WHEN handleBookmarkTapped is called with HomeFragment THEN load the bookmark in new tab 0.024s passed
WHEN handleBookmarkTapped is called with private browsing THEN load the bookmark in new tab 0.023s passed
WHEN handling search THEN navigate to the search dialog fragment 0.011s passed
handleBackPressed with one item in backstack should trigger handleBackPressed in NavController 0.015s passed
handleBookmarkChanged updates the selected bookmark node 0.015s passed
handleBookmarkDeletion for a folder should properly call the delete folder delegate 0.008s passed
handleBookmarkDeletion for an item should properly call a passed in delegate 0.007s passed
handleBookmarkDeletion for multiple bookmarks should properly call a passed in delegate 0.009s passed
handleBookmarkDeselected dispatches Deselect action 0.010s passed
handleBookmarkEdit should navigate to the 'Edit' fragment 0.014s passed
handleBookmarkExpand should refresh and change the active bookmark node 0.014s passed
handleBookmarkSelected dispatches Select action when selecting a non-root folder 1.537s passed
handleBookmarkSelected does not select in Syncing mode 0.284s passed
handleBookmarkSelected should show a toast when selecting a root folder 0.034s passed
handleBookmarkSharing should navigate to the 'Share' fragment 0.023s passed
handleBookmarkTapped should open the bookmark 0.027s passed
handleBookmarkTapped should respect browsing mode 0.020s passed
handleCopyUrl should copy bookmark url to clipboard and show a toast 0.013s passed
handleOpeningBookmark should open the bookmark a new 'Normal' tab 0.054s passed
handleOpeningBookmark should open the bookmark a new 'Private' tab 0.050s passed
handleRequestSync dispatches actions in the correct order 0.565s passed
handleSelectionModeSwitch should invalidateOptionsMenu 0.009s passed