Loading libs/WindowManager/Shell/tests/e2e/desktopmode/flicker-service/src/com/android/wm/shell/flicker/DesktopModeBaseTest.kt +3 −2 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ import android.tools.flicker.rules.ChangeDisplayOrientationRule import org.junit.Assume import org.junit.Before import org.junit.Test import org.junit.ClassRule import org.junit.Rule import org.junit.rules.TestName import com.android.server.wm.flicker.entireScreenCovered Loading @@ -42,8 +43,8 @@ abstract class DesktopModeBaseTest(flicker: LegacyFlickerTest) : BaseBenchmarkTe @get:Rule val testName = TestName() @get:Rule val screenRecordRule = ScreenRecordRule(keepTestLevelRecordingOnSuccess = false) @get:ClassRule val screenRecordRule = ScreenRecordRule() // Override this set with the test method names that you want to exclude from the test open val excludedTests: Set<String> = emptySet() Loading Loading
libs/WindowManager/Shell/tests/e2e/desktopmode/flicker-service/src/com/android/wm/shell/flicker/DesktopModeBaseTest.kt +3 −2 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ import android.tools.flicker.rules.ChangeDisplayOrientationRule import org.junit.Assume import org.junit.Before import org.junit.Test import org.junit.ClassRule import org.junit.Rule import org.junit.rules.TestName import com.android.server.wm.flicker.entireScreenCovered Loading @@ -42,8 +43,8 @@ abstract class DesktopModeBaseTest(flicker: LegacyFlickerTest) : BaseBenchmarkTe @get:Rule val testName = TestName() @get:Rule val screenRecordRule = ScreenRecordRule(keepTestLevelRecordingOnSuccess = false) @get:ClassRule val screenRecordRule = ScreenRecordRule() // Override this set with the test method names that you want to exclude from the test open val excludedTests: Set<String> = emptySet() Loading