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:
Uwais Ashraf
2023-12-19 10:01:44 +00:00
parent 014e9cb615
commit e0a4feb664
8 changed files with 10 additions and 12 deletions
@@ -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 {