Skip to content
Snippets Groups Projects
Commit 72626cdb authored by Fangqiu Su's avatar Fangqiu Su
Browse files

Update the imports to androidx.test.filters.*

Bug: 316941721
Test: mmma .
Change-Id: I251e7896530f47ea5975de7c60de9950f2259d0b
parent 8124c112
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,9 @@ android_test {
"org.apache.http.legacy",
"android.test.base",
],
static_libs: ["junit"],
static_libs: [
"junit",
"androidx.test.rules",
],
platform_apis: true,
}
......@@ -30,9 +30,10 @@ import android.os.Process;
import android.os.SystemClock;
import android.telephony.TelephonyManager;
import android.test.InstrumentationTestCase;
import android.test.suitebuilder.annotation.LargeTest;
import android.util.Log;
import androidx.test.filters.LargeTest;
import com.android.bandwidthtest.util.BandwidthTestUtil;
import com.android.bandwidthtest.util.ConnectionUtil;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment