Class org.mozilla.fenix.components.appstate.AppStoreReducerTest

15

tests

0

failures

0

ignored

0.166s

duration

100%

successful

Tests

Test Duration Result
GIVEN a Crash WHEN AddNonFatalCrash is called THEN add that Crash to the current list 0.001s passed
GIVEN a Crash WHEN RemoveNonFatalCrash is called THEN remove that Crash from the current list 0.153s passed
GIVEN a new value for inactiveTabsExpanded WHEN UpdateInactiveExpanded is called THEN update the current value 0s passed
GIVEN crashes exist in State WHEN RemoveAllNonFatalCrashes is called THEN clear the current list of crashes 0.001s passed
GIVEN mode is normal WHEN selected tab changes to private mode THEN state is updated to private mode 0s passed
GIVEN mode is private WHEN selected tab changes to normal mode THEN state is updated to normal mode 0.001s passed
WHEN UpdateSearchDialogVisibility is called THEN isSearchDialogVisible gets updated 0s passed
WHEN UserAccountAuthenticated action is dispatched THEN snackbar state is updated 0.001s passed
WHEN bookmark added action is dispatched THEN snackbar state is updated 0.003s passed
WHEN bookmark deleted action is dispatched THEN snackbar state is updated 0.002s passed
WHEN delete and quit selected action is dispatched THEN snackbar state is updated 0.001s passed
WHEN open in firefox finished action is dispatched THEN open in firefox requested is false 0s passed
WHEN open in firefox started action is dispatched THEN open in firefox requested is true 0s passed
WHEN selected tab changes to a tab in the same mode THEN mode is unchanged 0.001s passed
WHEN translation started action is dispatched THEN snackbar state is updated 0.002s passed