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

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

Merge "Annotate all functional desktop mode tests with @Presubmit." into main

parents cc378e16 19c42f5a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

package com.android.wm.shell.functional

import android.platform.test.annotations.Postsubmit
import android.platform.test.annotations.Presubmit
import android.platform.test.rule.ScreenRecordRule
import com.android.wm.shell.scenarios.AltTabSwitchInDesktopMode
import org.junit.runner.RunWith
@@ -24,6 +24,6 @@ import org.junit.runners.BlockJUnit4ClassRunner

/* Functional test for [AltTabSwitchInDesktopMode]. */
@RunWith(BlockJUnit4ClassRunner::class)
@Postsubmit
@Presubmit
@ScreenRecordRule.ScreenRecord
class AltTabSwitchInDesktopModeTest : AltTabSwitchInDesktopMode()
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

package com.android.wm.shell.functional

import android.platform.test.annotations.Postsubmit
import android.platform.test.annotations.Presubmit
import android.platform.test.rule.ScreenRecordRule
import com.android.wm.shell.scenarios.AltTabSwitchOutDesktopMode
import org.junit.runner.RunWith
@@ -24,6 +24,6 @@ import org.junit.runners.BlockJUnit4ClassRunner

/* Functional test for Alt+Tab app switching out of desktop mode. */
@RunWith(BlockJUnit4ClassRunner::class)
@Postsubmit
@Presubmit
@ScreenRecordRule.ScreenRecord
class AltTabSwitchOutDesktopModeTest : AltTabSwitchOutDesktopMode()
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 */
package com.android.wm.shell.functional

import android.platform.test.annotations.Postsubmit
import android.platform.test.annotations.Presubmit
import android.platform.test.rule.ScreenRecordRule
import com.android.wm.shell.scenarios.BringDesktopAppsToFront
import org.junit.runner.RunWith
@@ -23,6 +23,6 @@ import org.junit.runners.BlockJUnit4ClassRunner

/** Functional test for [BringDesktopAppsToFront]. */
@RunWith(BlockJUnit4ClassRunner::class)
@Postsubmit
@Presubmit
@ScreenRecordRule.ScreenRecord
class BringDesktopAppsToFrontTest : BringDesktopAppsToFront()
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

package com.android.wm.shell.functional

import android.platform.test.annotations.Postsubmit
import android.platform.test.annotations.Presubmit
import android.platform.test.rule.ScreenRecordRule
import com.android.wm.shell.scenarios.ChromeNewTabAtWindowLimit
import org.junit.runner.RunWith
@@ -24,6 +24,6 @@ import org.junit.runners.BlockJUnit4ClassRunner

/* Functional test for [ChromeNewTabAtWindowLimit]. */
@RunWith(BlockJUnit4ClassRunner::class)
@Postsubmit
@Presubmit
@ScreenRecordRule.ScreenRecord
class ChromeNewTabAtWindowLimitTest : ChromeNewTabAtWindowLimit()
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

package com.android.wm.shell.functional

import android.platform.test.annotations.Postsubmit
import android.platform.test.annotations.Presubmit
import android.platform.test.rule.ScreenRecordRule
import com.android.wm.shell.scenarios.CloseAllAppsWithAppHeaderExit
import org.junit.runner.RunWith
@@ -24,6 +24,6 @@ import org.junit.runners.BlockJUnit4ClassRunner

/* Functional test for [CloseAllAppsWithAppHeaderExit]. */
@RunWith(BlockJUnit4ClassRunner::class)
@Postsubmit
@Presubmit
@ScreenRecordRule.ScreenRecord
class CloseAllAppsWithAppHeaderExitTest() : CloseAllAppsWithAppHeaderExit()
Loading