Class org.mozilla.fenix.settings.DropDownListPreferenceTest
|
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 |