Commit b5af1d8d authored by Ben Joyce's avatar Ben Joyce Committed by Commit Bot

Update test filters to androidx.

Bug: 1005891
Change-Id: If459301ac9a4b419cdbd487222754d19767f24ef
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1814691Reviewed-by: default avatarYuwei Huang <yuweih@chromium.org>
Commit-Queue: benjamin joyce <bjoyce@google.com>
Cr-Commit-Position: refs/heads/master@{#698246}
parent acea9900
...@@ -98,7 +98,8 @@ instrumentation_test_apk("remoting_test_apk") { ...@@ -98,7 +98,8 @@ instrumentation_test_apk("remoting_test_apk") {
":remoting_android_client_java", ":remoting_android_client_java",
"//base:base_java", "//base:base_java",
"//base:base_java_test_support", "//base:base_java_test_support",
"//third_party/android_support_test_runner:runner_java", "//third_party/android_deps:androidx_test_monitor_java",
"//third_party/android_deps:androidx_test_runner_java",
"//third_party/junit:junit", "//third_party/junit:junit",
] ]
} }
...@@ -6,8 +6,9 @@ package org.chromium.chromoting; ...@@ -6,8 +6,9 @@ package org.chromium.chromoting;
import android.os.Handler; import android.os.Handler;
import android.os.Looper; import android.os.Looper;
import android.support.test.filters.MediumTest;
import android.support.test.filters.SmallTest; import androidx.test.filters.MediumTest;
import androidx.test.filters.SmallTest;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Test; import org.junit.Test;
......
...@@ -6,12 +6,13 @@ package org.chromium.chromoting; ...@@ -6,12 +6,13 @@ package org.chromium.chromoting;
import android.content.Context; import android.content.Context;
import android.os.SystemClock; import android.os.SystemClock;
import android.support.test.InstrumentationRegistry;
import android.support.test.filters.SmallTest;
import android.view.InputDevice; import android.view.InputDevice;
import android.view.MotionEvent; import android.view.MotionEvent;
import android.view.ViewConfiguration; import android.view.ViewConfiguration;
import androidx.test.InstrumentationRegistry;
import androidx.test.filters.SmallTest;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Before; import org.junit.Before;
import org.junit.Test; import org.junit.Test;
......
...@@ -4,11 +4,12 @@ ...@@ -4,11 +4,12 @@
package org.chromium.chromoting; package org.chromium.chromoting;
import android.support.test.InstrumentationRegistry;
import android.support.test.filters.SmallTest;
import android.view.MotionEvent; import android.view.MotionEvent;
import android.view.ViewConfiguration; import android.view.ViewConfiguration;
import androidx.test.InstrumentationRegistry;
import androidx.test.filters.SmallTest;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Before; import org.junit.Before;
import org.junit.Test; import org.junit.Test;
......
...@@ -5,9 +5,10 @@ ...@@ -5,9 +5,10 @@
package org.chromium.chromoting; package org.chromium.chromoting;
import android.graphics.PointF; import android.graphics.PointF;
import android.support.test.filters.SmallTest;
import android.view.MotionEvent; import android.view.MotionEvent;
import androidx.test.filters.SmallTest;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Before; import org.junit.Before;
import org.junit.Test; import org.junit.Test;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment