Class org.mozilla.fenix.settings.DropDownListPreferenceTest

3

tests

0

failures

0

ignored

0.218s

duration

100%

successful

Tests

Test Duration Result
GIVEN entryValues and entries contain values WHEN findEntriesValue is called THEN it should return the entry 0.215s passed
GIVEN newValue is not found in entryValues WHEN findEntriesValue is called with newValue THEN it should return null 0.003s passed
WHEN findEntriesValue is called with a non-string THEN it returns null 0s passed