Merge "Update Correct SplitScreen Flicker Modules" into udc-qpr-dev

This commit is contained in:
Treehugger Robot
2023-06-19 23:48:35 +00:00
committed by Android (Google) Code Review
15 changed files with 15 additions and 15 deletions

View File

@@ -46,7 +46,7 @@ import org.junit.runners.Parameterized
/**
* Test copy content from the left to the right side of the split-screen.
*
* To run this test: `atest WMShellFlickerTests:CopyContentInSplit`
* To run this test: `atest WMShellFlickerTestsSplitScreen:CopyContentInSplit`
*/
@RequiresDevice
@RunWith(Parameterized::class)

View File

@@ -41,7 +41,7 @@ import org.junit.runners.Parameterized
/**
* Test dismiss split screen by dragging the divider bar.
*
* To run this test: `atest WMShellFlickerTests:DismissSplitScreenByDivider`
* To run this test: `atest WMShellFlickerTestsSplitScreen:DismissSplitScreenByDivider`
*/
@RequiresDevice
@RunWith(Parameterized::class)

View File

@@ -38,7 +38,7 @@ import org.junit.runners.Parameterized
/**
* Test dismiss split screen by go home.
*
* To run this test: `atest WMShellFlickerTests:DismissSplitScreenByGoHome`
* To run this test: `atest WMShellFlickerTestsSplitScreen:DismissSplitScreenByGoHome`
*/
@RequiresDevice
@RunWith(Parameterized::class)

View File

@@ -44,7 +44,7 @@ import org.junit.runners.Parameterized
/**
* Test resize split by dragging the divider bar.
*
* To run this test: `atest WMShellFlickerTests:DragDividerToResize`
* To run this test: `atest WMShellFlickerTestsSplitScreen:DragDividerToResize`
*/
@RequiresDevice
@RunWith(Parameterized::class)

View File

@@ -45,7 +45,7 @@ import org.junit.runners.Parameterized
* Test enter split screen by dragging app icon from all apps. This test is only for large screen
* devices.
*
* To run this test: `atest WMShellFlickerTests:EnterSplitScreenByDragFromAllApps`
* To run this test: `atest WMShellFlickerTestsSplitScreen:EnterSplitScreenByDragFromAllApps`
*/
@RequiresDevice
@RunWith(Parameterized::class)

View File

@@ -44,7 +44,7 @@ import org.junit.runners.Parameterized
* Test enter split screen by dragging app icon from notification. This test is only for large
* screen devices.
*
* To run this test: `atest WMShellFlickerTests:EnterSplitScreenByDragFromNotification`
* To run this test: `atest WMShellFlickerTestsSplitScreen:EnterSplitScreenByDragFromNotification`
*/
@RequiresDevice
@RunWith(Parameterized::class)

View File

@@ -41,7 +41,7 @@ import org.junit.runners.Parameterized
/**
* Test enter split screen by dragging a shortcut. This test is only for large screen devices.
*
* To run this test: `atest WMShellFlickerTests:EnterSplitScreenByDragFromShortcut`
* To run this test: `atest WMShellFlickerTestsSplitScreen:EnterSplitScreenByDragFromShortcut`
*/
@RequiresDevice
@RunWith(Parameterized::class)

View File

@@ -45,7 +45,7 @@ import org.junit.runners.Parameterized
* Test enter split screen by dragging app icon from taskbar. This test is only for large screen
* devices.
*
* To run this test: `atest WMShellFlickerTests:EnterSplitScreenByDragFromTaskbar`
* To run this test: `atest WMShellFlickerTestsSplitScreen:EnterSplitScreenByDragFromTaskbar`
*/
@RequiresDevice
@RunWith(Parameterized::class)

View File

@@ -40,7 +40,7 @@ import org.junit.runners.Parameterized
/**
* Test enter split screen from Overview.
*
* To run this test: `atest WMShellFlickerTests:EnterSplitScreenFromOverview`
* To run this test: `atest WMShellFlickerTestsSplitScreen:EnterSplitScreenFromOverview`
*/
@RequiresDevice
@RunWith(Parameterized::class)

View File

@@ -45,7 +45,7 @@ import org.junit.runners.Parameterized
/**
* Test double tap the divider bar to switch the two apps.
*
* To run this test: `atest WMShellFlickerTests:SwitchAppByDoubleTapDivider`
* To run this test: `atest WMShellFlickerTestsSplitScreen:SwitchAppByDoubleTapDivider`
*/
@RequiresDevice
@RunWith(Parameterized::class)

View File

@@ -39,7 +39,7 @@ import org.junit.runners.Parameterized
/**
* Test quick switch to split pair from another app.
*
* To run this test: `atest WMShellFlickerTests:SwitchBackToSplitFromAnotherApp`
* To run this test: `atest WMShellFlickerTestsSplitScreen:SwitchBackToSplitFromAnotherApp`
*/
@RequiresDevice
@RunWith(Parameterized::class)

View File

@@ -39,7 +39,7 @@ import org.junit.runners.Parameterized
/**
* Test quick switch to split pair from home.
*
* To run this test: `atest WMShellFlickerTests:SwitchBackToSplitFromHome`
* To run this test: `atest WMShellFlickerTestsSplitScreen:SwitchBackToSplitFromHome`
*/
@RequiresDevice
@RunWith(Parameterized::class)

View File

@@ -39,7 +39,7 @@ import org.junit.runners.Parameterized
/**
* Test switch back to split pair from recent.
*
* To run this test: `atest WMShellFlickerTests:SwitchBackToSplitFromRecent`
* To run this test: `atest WMShellFlickerTestsSplitScreen:SwitchBackToSplitFromRecent`
*/
@RequiresDevice
@RunWith(Parameterized::class)

View File

@@ -48,7 +48,7 @@ import org.junit.runners.Parameterized
/**
* Test quick switch between two split pairs.
*
* To run this test: `atest WMShellFlickerTests:SwitchBetweenSplitPairs`
* To run this test: `atest WMShellFlickerTestsSplitScreen:SwitchBetweenSplitPairs`
*/
@RequiresDevice
@RunWith(Parameterized::class)

View File

@@ -39,7 +39,7 @@ import org.junit.runners.Parameterized
/**
* Test unlocking insecure keyguard to back to split screen tasks and verify the transition behavior.
*
* To run this test: `atest WMShellFlickerTests:UnlockKeyguardToSplitScreen`
* To run this test: `atest WMShellFlickerTestsSplitScreen:UnlockKeyguardToSplitScreen`
*/
@RequiresDevice
@Postsubmit