Class org.mozilla.fenix.library.bookmarks.viewholders.BookmarkNodeViewHolderTest
Tests
Test |
Duration |
Result |
bind with payload of no changes does not rebind views for folder |
0.421s |
passed |
bind with payload of no changes does not rebind views for item |
2.502s |
passed |
binding an item with a blank title uses the url as the title for item |
0.234s |
passed |
binding an item with a null title uses the url as the title for item |
0.238s |
passed |
binds title and selected state for folder |
0.462s |
passed |
binds views for selected item for item |
0.426s |
passed |
binds views for unselected item |
0.458s |
passed |
rebinds title if item title is blank and the item url has changed for item |
0.238s |
passed |
rebinds title if item title is null and the item url has changed for item |
0.236s |
passed |