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

Commit 8fc44b63 authored by Matthew Reynolds's avatar Matthew Reynolds
Browse files

Move RobolectricTests from tests to multivalentTests

This is part of the "mass migration" from on-device tests to Robolectric tests

Bug: 369884473
Test: tested manually with atest
Flag: TEST_ONLY
Change-Id: Ie3a7dcb289632b035975fd5fc9839ed94e96d6bf
parent 456b5e03
Loading
Loading
Loading
Loading
+0 −0

File moved.

+2 −2
Original line number Diff line number Diff line
@@ -16,9 +16,9 @@

package com.android.systemui.accessibility

import android.testing.AndroidTestingRunner
import android.util.Size
import androidx.test.filters.SmallTest
import androidx.test.ext.junit.runners.AndroidJUnit4
import com.android.systemui.SysuiTestCase
import com.android.systemui.accessibility.WindowMagnificationSettings.MagnificationSize
import com.google.common.truth.Truth.assertThat
@@ -26,7 +26,7 @@ import org.junit.Test
import org.junit.runner.RunWith

@SmallTest
@RunWith(AndroidTestingRunner::class)
@RunWith(AndroidJUnit4::class)
class WindowMagnificationFrameSpecTest : SysuiTestCase() {

    @Test
+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.

Loading