Class mozilla.components.browser.state.reducer.BrowserStateReducerKtTest

13

tests

0

failures

0

ignored

0.014s

duration

100%

successful

Tests

Test Duration Result
GIVEN a custom tab exists WHEN updateCustomTabState is called with the id of that tab THEN the tab is updated 0.001s passed
GIVEN a normal custom tab exists WHEN updateTabOrCustomTabState is called with the id of that tab THEN the tab is updated 0.001s passed
GIVEN a normal tab exists WHEN updateTabOrCustomTabState is called with the id of that tab THEN the tab is updated 0.001s passed
GIVEN a normal tab exists WHEN updateTabState is called with the id of that tab THEN the tab is updated 0.001s passed
GIVEN a private custom tab exists WHEN updateTabOrCustomTabState is called with the id of that tab THEN the tab is updated 0.001s passed
GIVEN a private tab exists WHEN updateCustomTabState is called with the id of that tab THEN the tab is updated 0.001s passed
GIVEN a private tab exists WHEN updateTabOrCustomTabState is called with the id of that tab THEN the tab is updated 0.001s passed
GIVEN a private tab exists WHEN updateTabState is called with the id of that tab THEN the tab is updated 0.001s passed
GIVEN tabs and custom tabs exist WHEN updateCustomTabState is called with the id of a normal tab THEN no tab is updated 0.001s passed
GIVEN tabs and custom tabs exist WHEN updateCustomTabState is called with the id of a private tab THEN no tab is updated 0.001s passed
GIVEN tabs and custom tabs exist WHEN updateTabOrCustomTabState is called with unknown id THEN no tab is updated 0.001s passed
GIVEN tabs and custom tabs exist WHEN updateTabState is called with the id of the custom tab THEN the custom tab is not updated 0.001s passed
WHEN the browser state is reduced with an UpdateDistribution action THEN the distribution Id of the state is updated 0.002s passed