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.439s |
passed |
bind with payload of no changes does not rebind views for item |
2.039s |
passed |
binding an item with a blank title uses the url as the title for item |
0.270s |
passed |
binding an item with a null title uses the url as the title for item |
0.274s |
passed |
binds title and selected state for folder |
0.515s |
passed |
binds views for selected item for item |
0.432s |
passed |
binds views for unselected item |
0.502s |
passed |
rebinds title if item title is blank and the item url has changed for item |
0.267s |
passed |
rebinds title if item title is null and the item url has changed for item |
0.265s |
passed |