Class org.mozilla.fenix.settings.DropDownListPreferenceTest

3

tests

0

failures

0

ignored

0.193s

duration

100%

successful

Tests

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