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

Commit 544f6e22 authored by Vadim Tryshev's avatar Vadim Tryshev
Browse files

Add TestStabilityRule so that @Stability annotation works

Bug: 319923578
Test: presubmit
Flag: N/A
Change-Id: I5613a2ee658a458871ea89219764d13796d07b83
parent 8833826b
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -30,6 +30,7 @@ import com.google.common.truth.Truth.assertWithMessage
import java.util.concurrent.CountDownLatch
import java.util.concurrent.CountDownLatch
import org.junit.After
import org.junit.After
import org.junit.Before
import org.junit.Before
import org.junit.Rule
import org.junit.Test
import org.junit.Test
import org.junit.runner.RunWith
import org.junit.runner.RunWith


@@ -57,6 +58,8 @@ class FolderIconLoadTest {
            TEST_ACTIVITY14
            TEST_ACTIVITY14
        )
        )


    @get:Rule(order = 0) val testStabilityRule = TestStabilityRule()

    @Before
    @Before
    fun setUp() {
    fun setUp() {
        modelHelper = LauncherModelHelper()
        modelHelper = LauncherModelHelper()