Name Description Size
LiveDataCombineLatestTest.kt 2822
LiveDataMapTest.kt 2417
PinnedTileScreenshotStoreIntegrationTest.kt Tests that the bitmap we save to the store is the same one we get out. This must be run on device because Robolectric replaces Bitmap with ShadowBitmap, which overrides the compress method. We could try to mock around it or write a custom shadow, but it's probably not worth it. 2462
SearchEngineManagerFactoryTest.kt This is an integration test between [SearchEngineManagerFactory], [SearchEngineProviderWrapper], and A-C that ensures our search codes are not lost due to a change in any of those three places. 1798