Loading packages/SystemUI/tests/src/com/android/systemui/screenshot/ActionExecutorTest.kt +2 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ import com.android.systemui.SysuiTestCase import com.android.systemui.util.mockito.argumentCaptor import com.android.systemui.util.mockito.mock import com.google.common.truth.Truth.assertThat import kotlin.test.Ignore import kotlin.test.Test import kotlinx.coroutines.test.StandardTestDispatcher import kotlinx.coroutines.test.TestCoroutineScheduler Loading Loading @@ -55,6 +56,7 @@ class ActionExecutorTest : SysuiTestCase() { private lateinit var actionExecutor: ActionExecutor @Ignore // Fixed with newer mockito version (in main) @Test fun startSharedTransition_callsLaunchIntent() = runTest { actionExecutor = createActionExecutor() Loading Loading
packages/SystemUI/tests/src/com/android/systemui/screenshot/ActionExecutorTest.kt +2 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ import com.android.systemui.SysuiTestCase import com.android.systemui.util.mockito.argumentCaptor import com.android.systemui.util.mockito.mock import com.google.common.truth.Truth.assertThat import kotlin.test.Ignore import kotlin.test.Test import kotlinx.coroutines.test.StandardTestDispatcher import kotlinx.coroutines.test.TestCoroutineScheduler Loading Loading @@ -55,6 +56,7 @@ class ActionExecutorTest : SysuiTestCase() { private lateinit var actionExecutor: ActionExecutor @Ignore // Fixed with newer mockito version (in main) @Test fun startSharedTransition_callsLaunchIntent() = runTest { actionExecutor = createActionExecutor() Loading