Loading app/src/test/java/foundation/e/apps/fusedManager/FakeFusedManager.kt +0 −4 Original line number Diff line number Diff line Loading @@ -47,10 +47,6 @@ class FakeFusedManager(private val fusedDownloadDAO: FusedDownloadDAO) : IFusedM TODO("Not yet implemented") } override suspend fun clearInstallationIssue(fusedDownload: FusedDownload) { TODO("Not yet implemented") } override suspend fun updateDownloadStatus(fusedDownload: FusedDownload, status: Status) { TODO("Not yet implemented") } Loading app/src/test/java/foundation/e/apps/installProcessor/AppInstallProcessorTest.kt +4 −5 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ import androidx.arch.core.executor.testing.InstantTaskExecutorRule import com.aurora.gplayapi.data.models.AuthData import foundation.e.apps.data.enums.Status import foundation.e.apps.data.fdroid.FdroidRepository import foundation.e.apps.data.fused.FusedAPIRepository import foundation.e.apps.data.fusedDownload.FusedDownloadRepository import foundation.e.apps.data.fusedDownload.IFusedManager import foundation.e.apps.data.fusedDownload.models.FusedDownload Loading Loading @@ -67,13 +68,10 @@ class AppInstallProcessorTest { private lateinit var context: Context @Mock private lateinit var downloadManager: android.app.DownloadManager @Mock private lateinit var query: Query private lateinit var dataStoreManager: DataStoreManager @Mock private lateinit var dataStoreManager: DataStoreManager private lateinit var fusedAPIRepository: FusedAPIRepository private lateinit var appInstallProcessor: AppInstallProcessor Loading @@ -89,6 +87,7 @@ class AppInstallProcessorTest { context, fusedDownloadRepository, fakeFusedManagerRepository, fusedAPIRepository, dataStoreManager ) } Loading Loading
app/src/test/java/foundation/e/apps/fusedManager/FakeFusedManager.kt +0 −4 Original line number Diff line number Diff line Loading @@ -47,10 +47,6 @@ class FakeFusedManager(private val fusedDownloadDAO: FusedDownloadDAO) : IFusedM TODO("Not yet implemented") } override suspend fun clearInstallationIssue(fusedDownload: FusedDownload) { TODO("Not yet implemented") } override suspend fun updateDownloadStatus(fusedDownload: FusedDownload, status: Status) { TODO("Not yet implemented") } Loading
app/src/test/java/foundation/e/apps/installProcessor/AppInstallProcessorTest.kt +4 −5 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ import androidx.arch.core.executor.testing.InstantTaskExecutorRule import com.aurora.gplayapi.data.models.AuthData import foundation.e.apps.data.enums.Status import foundation.e.apps.data.fdroid.FdroidRepository import foundation.e.apps.data.fused.FusedAPIRepository import foundation.e.apps.data.fusedDownload.FusedDownloadRepository import foundation.e.apps.data.fusedDownload.IFusedManager import foundation.e.apps.data.fusedDownload.models.FusedDownload Loading Loading @@ -67,13 +68,10 @@ class AppInstallProcessorTest { private lateinit var context: Context @Mock private lateinit var downloadManager: android.app.DownloadManager @Mock private lateinit var query: Query private lateinit var dataStoreManager: DataStoreManager @Mock private lateinit var dataStoreManager: DataStoreManager private lateinit var fusedAPIRepository: FusedAPIRepository private lateinit var appInstallProcessor: AppInstallProcessor Loading @@ -89,6 +87,7 @@ class AppInstallProcessorTest { context, fusedDownloadRepository, fakeFusedManagerRepository, fusedAPIRepository, dataStoreManager ) } Loading