Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6075a067 authored by Caitlin Shkuratov's avatar Caitlin Shkuratov Committed by Android (Google) Code Review
Browse files

Merge "[Misc] Deprecate SysUITestModule & SysUITestComponent in favor of Kosmos" into main

parents e3984f2b 19130b52
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@ import kotlinx.coroutines.test.runTest
            FaceWakeUpTriggersConfigModule::class,
        ]
)
@Deprecated("Use Kosmos instead. See com.android.systemui.kosmos.Kosmos.")
interface SysUITestModule {

    @Binds fun bindTestableContext(sysuiTestableContext: SysuiTestableContext): TestableContext
@@ -127,6 +128,7 @@ interface SysUITestModule {
    }
}

@Deprecated("Use Kosmos instead. See com.android.systemui.kosmos.Kosmos.")
interface SysUITestComponent<out T> {
    val testScope: TestScope
    val underTest: T