Loading app-k9mail/src/test/kotlin/app/k9mail/DependencyInjectionTest.kt +2 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ import com.fsck.k9.ui.changelog.ChangelogViewModel import com.fsck.k9.view.K9WebViewClient import com.fsck.k9.view.MessageWebView import net.openid.appauth.AppAuthConfiguration import net.thunderbird.core.preference.storage.Storage import net.thunderbird.feature.account.AccountId import org.junit.Test import org.koin.core.annotation.KoinExperimentalAPI Loading @@ -45,6 +46,7 @@ class DependencyInjectionTest { InteractionMode::class, NotificationManager::class, Resources::class, Storage::class, ), injections = injectedParameters( definition<AccountRemoverWorker>(WorkerParameters::class), Loading app-thunderbird/src/test/kotlin/net/thunderbird/android/DependencyInjectionTest.kt +2 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ import com.fsck.k9.ui.changelog.ChangelogViewModel import com.fsck.k9.view.K9WebViewClient import com.fsck.k9.view.MessageWebView import net.openid.appauth.AppAuthConfiguration import net.thunderbird.core.preference.storage.Storage import net.thunderbird.feature.account.AccountId import org.junit.Test import org.koin.core.annotation.KoinExperimentalAPI Loading @@ -45,6 +46,7 @@ class DependencyInjectionTest { InteractionMode::class, NotificationManager::class, Resources::class, Storage::class, ), injections = injectedParameters( definition<AccountRemoverWorker>(WorkerParameters::class), Loading legacy/core/src/test/java/com/fsck/k9/helper/MessageHelperTest.kt +1 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,7 @@ class MessageHelperTest : RobolectricTest() { isShowStarredCount = false, isShowMessageListStars = false, isShowAnimations = false, shouldShowSetupArchiveFolderDialog = false, ), ) } Loading legacy/core/src/test/java/com/fsck/k9/notification/NotificationContentCreatorTest.kt +1 −0 Original line number Diff line number Diff line Loading @@ -159,6 +159,7 @@ class NotificationContentCreatorTest : RobolectricTest() { isShowUnifiedInbox = false, isShowMessageListStars = false, isShowAnimations = false, shouldShowSetupArchiveFolderDialog = false, ) }, ) Loading Loading
app-k9mail/src/test/kotlin/app/k9mail/DependencyInjectionTest.kt +2 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ import com.fsck.k9.ui.changelog.ChangelogViewModel import com.fsck.k9.view.K9WebViewClient import com.fsck.k9.view.MessageWebView import net.openid.appauth.AppAuthConfiguration import net.thunderbird.core.preference.storage.Storage import net.thunderbird.feature.account.AccountId import org.junit.Test import org.koin.core.annotation.KoinExperimentalAPI Loading @@ -45,6 +46,7 @@ class DependencyInjectionTest { InteractionMode::class, NotificationManager::class, Resources::class, Storage::class, ), injections = injectedParameters( definition<AccountRemoverWorker>(WorkerParameters::class), Loading
app-thunderbird/src/test/kotlin/net/thunderbird/android/DependencyInjectionTest.kt +2 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ import com.fsck.k9.ui.changelog.ChangelogViewModel import com.fsck.k9.view.K9WebViewClient import com.fsck.k9.view.MessageWebView import net.openid.appauth.AppAuthConfiguration import net.thunderbird.core.preference.storage.Storage import net.thunderbird.feature.account.AccountId import org.junit.Test import org.koin.core.annotation.KoinExperimentalAPI Loading @@ -45,6 +46,7 @@ class DependencyInjectionTest { InteractionMode::class, NotificationManager::class, Resources::class, Storage::class, ), injections = injectedParameters( definition<AccountRemoverWorker>(WorkerParameters::class), Loading
legacy/core/src/test/java/com/fsck/k9/helper/MessageHelperTest.kt +1 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,7 @@ class MessageHelperTest : RobolectricTest() { isShowStarredCount = false, isShowMessageListStars = false, isShowAnimations = false, shouldShowSetupArchiveFolderDialog = false, ), ) } Loading
legacy/core/src/test/java/com/fsck/k9/notification/NotificationContentCreatorTest.kt +1 −0 Original line number Diff line number Diff line Loading @@ -159,6 +159,7 @@ class NotificationContentCreatorTest : RobolectricTest() { isShowUnifiedInbox = false, isShowMessageListStars = false, isShowAnimations = false, shouldShowSetupArchiveFolderDialog = false, ) }, ) Loading