mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-11 06:44:00 +00:00
Rename Tapl tests that do not match *Test.(kt|java) for easier groups
Test: presubmits passing Bug: 316551909 Flag: NA Change-Id: Ib2070d7610927777376acf0ddefcbc90e582e6f6
This commit is contained in:
@@ -16,8 +16,6 @@
|
||||
|
||||
package com.android.quickstep;
|
||||
|
||||
import static com.android.launcher3.ui.TaplTestsLauncher3.getAppPackageName;
|
||||
|
||||
import static org.junit.Assert.assertTrue;
|
||||
|
||||
import android.os.SystemProperties;
|
||||
|
||||
@@ -28,7 +28,7 @@ import static com.android.launcher3.ui.AbstractLauncherUiTest.DEFAULT_UI_TIMEOUT
|
||||
import static com.android.launcher3.ui.AbstractLauncherUiTest.resolveSystemApp;
|
||||
import static com.android.launcher3.ui.AbstractLauncherUiTest.startAppFast;
|
||||
import static com.android.launcher3.ui.AbstractLauncherUiTest.startTestActivity;
|
||||
import static com.android.launcher3.ui.TaplTestsLauncher3.getAppPackageName;
|
||||
import static com.android.launcher3.ui.TaplTestsLauncher3Test.getAppPackageName;
|
||||
import static com.android.launcher3.util.Executors.MAIN_EXECUTOR;
|
||||
import static com.android.launcher3.util.rule.ShellCommandRule.disableHeadsUpNotification;
|
||||
import static com.android.launcher3.util.rule.ShellCommandRule.getLauncherCommand;
|
||||
|
||||
@@ -66,14 +66,14 @@ filegroup {
|
||||
filegroup {
|
||||
name: "launcher-oop-tests-src",
|
||||
srcs: [
|
||||
"src/com/android/launcher3/allapps/TaplOpenCloseAllApps.java",
|
||||
"src/com/android/launcher3/allapps/TaplTestsAllAppsIconsWorking.java",
|
||||
"src/com/android/launcher3/allapps/TaplOpenCloseAllAppsTest.java",
|
||||
"src/com/android/launcher3/allapps/TaplAllAppsIconsWorkingTest.java",
|
||||
"src/com/android/launcher3/appiconmenu/TaplAppIconMenuTest.java",
|
||||
"src/com/android/launcher3/dragging/TaplDragTest.java",
|
||||
"src/com/android/launcher3/dragging/TaplUninstallRemove.java",
|
||||
"src/com/android/launcher3/dragging/TaplUninstallRemoveTest.java",
|
||||
"src/com/android/launcher3/ui/AbstractLauncherUiTest.java",
|
||||
"src/com/android/launcher3/ui/PortraitLandscapeRunner.java",
|
||||
"src/com/android/launcher3/ui/TaplTestsLauncher3.java",
|
||||
"src/com/android/launcher3/ui/TaplTestsLauncher3Test.java",
|
||||
"src/com/android/launcher3/ui/widget/TaplWidgetPickerTest.java",
|
||||
"src/com/android/launcher3/ui/workspace/TaplWorkspaceTest.java",
|
||||
"src/com/android/launcher3/util/LauncherLayoutBuilder.java",
|
||||
|
||||
@@ -33,7 +33,7 @@ import org.junit.Test;
|
||||
* The test runs in Out of process (Oop) and in process.
|
||||
* Makes sure the basic behaviors of Icons on AllApps are working.
|
||||
*/
|
||||
public class TaplTestsAllAppsIconsWorking extends AbstractLauncherUiTest {
|
||||
public class TaplAllAppsIconsWorkingTest extends AbstractLauncherUiTest {
|
||||
|
||||
@Before
|
||||
public void setUp() throws Exception {
|
||||
@@ -43,7 +43,7 @@ import org.junit.Test;
|
||||
* Test that we can open and close the all apps in multiple situations.
|
||||
* The test runs in Out of process (Oop) and in process.
|
||||
*/
|
||||
public class TaplOpenCloseAllApps extends AbstractLauncherUiTest {
|
||||
public class TaplOpenCloseAllAppsTest extends AbstractLauncherUiTest {
|
||||
|
||||
public static final String READ_DEVICE_CONFIG_PERMISSION =
|
||||
"android.permission.READ_DEVICE_CONFIG";
|
||||
@@ -51,7 +51,7 @@ import java.util.Map;
|
||||
* Test runs in Out of process (Oop) and In process (Ipc)
|
||||
* Test the behaviour of uninstalling and removing apps both from AllApps, Workspace and Hotseat.
|
||||
*/
|
||||
public class TaplUninstallRemove extends AbstractLauncherUiTest {
|
||||
public class TaplUninstallRemoveTest extends AbstractLauncherUiTest {
|
||||
|
||||
@Before
|
||||
public void setUp() throws Exception {
|
||||
@@ -20,7 +20,7 @@ import static org.junit.Assert.assertTrue;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
public class TaplUtilityTests {
|
||||
public class TaplUtilityTest {
|
||||
|
||||
@Test
|
||||
public void testNewStringWithRegex() {
|
||||
@@ -27,7 +27,7 @@ import org.junit.runner.RunWith;
|
||||
|
||||
@LargeTest
|
||||
@RunWith(AndroidJUnit4.class)
|
||||
public class TaplTestsLauncher3 extends AbstractLauncherUiTest {
|
||||
public class TaplTestsLauncher3Test extends AbstractLauncherUiTest {
|
||||
|
||||
@Before
|
||||
public void setUp() throws Exception {
|
||||
Reference in New Issue
Block a user