Class org.mozilla.fenix.wallpapers.WallpaperFileManagerTest
Tests
Test |
Duration |
Result |
GIVEN landscape file missing in directories WHEN expired wallpaper looked up THEN null returned |
0.007s |
passed |
GIVEN portrait file missing in directories WHEN expired wallpaper looked up THEN null returned |
0.007s |
passed |
GIVEN thumbnail file missing in directories WHEN expired wallpaper looked up THEN null returned |
0.013s |
passed |
GIVEN wallpaper directory exists WHEN looked up THEN wallpaper created with correct name |
0.007s |
passed |
WHEN at least one wallpaper asset does not exist THEN the file lookup will fail |
0.006s |
passed |
WHEN both wallpaper assets exist THEN the file lookup will succeed |
0.007s |
passed |
WHEN cleaned THEN current wallpaper and available wallpapers kept |
0.008s |
passed |