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

Commit 52897418 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Adding DoubleShadowTextClockTest to the Platinum suites" into main

parents a5d768f8 0f609b98
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -19,11 +19,12 @@ package com.android.systemui.shadow
import android.content.Context
import android.content.res.Resources
import android.content.res.TypedArray
import android.platform.test.annotations.PlatinumTest
import android.testing.AndroidTestingRunner
import android.util.AttributeSet
import androidx.test.filters.SmallTest
import com.android.systemui.shared.R
import com.android.systemui.SysuiTestCase
import com.android.systemui.shared.R
import com.android.systemui.shared.shadow.DoubleShadowTextClock
import com.android.systemui.util.mockito.whenever
import junit.framework.Assert.assertTrue
@@ -36,6 +37,7 @@ import org.mockito.MockitoAnnotations
import org.mockito.junit.MockitoJUnit
import org.mockito.junit.MockitoRule

@PlatinumTest(focusArea = "sysui")
@SmallTest
@RunWith(AndroidTestingRunner::class)
class DoubleShadowTextClockTest : SysuiTestCase() {