Class org.mozilla.fenix.library.history.HistoryItemTimeGroupTest
Tests
Test |
Duration |
Result |
WHEN grouping history item with 23 hours before midnight date THEN item is grouped to yesterday |
0s |
passed |
WHEN grouping history item with 25 hours before midnight date THEN item is grouped to this week |
0s |
passed |
WHEN grouping history item with 29 days ago date THEN item is grouped to this month |
0s |
passed |
WHEN grouping history item with 3 days ago date THEN item is grouped to this week |
0s |
passed |
WHEN grouping history item with 31 days ago date THEN item is grouped to older |
0s |
passed |
WHEN grouping history item with 6 days ago date THEN item is grouped to this week |
0s |
passed |
WHEN grouping history item with 8 days ago date THEN item is grouped to this month |
0s |
passed |
WHEN grouping history item with future date THEN item is grouped to today |
0s |
passed |
WHEN grouping history item with negative date THEN item is grouped to older |
0s |
passed |
WHEN grouping history item with today's date THEN item is grouped to today |
0s |
passed |
WHEN grouping history item with today's midnight date THEN item is grouped to today |
0s |
passed |
WHEN grouping history item with yesterday's night date THEN item is grouped to yesterday |
0.001s |
passed |
WHEN grouping history item with zero date THEN item is grouped to older |
0s |
passed |