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

Update the imports to androidx.test.filters.*

Bug: 316941721
Test: mmma .
Change-Id: Ie1c62b7eb4a1cb413d41ac94eb2eda9670704057
parent 2bd7c360
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,10 @@ android_test {
"android.test.base",
"android.test.mock",
],
static_libs: ["junit"],
static_libs: [
"junit",
"androidx.test.rules",
],
// Include all test java files.
srcs: ["src/**/*.java"],
......
......@@ -17,7 +17,8 @@
package android.test;
import android.test.mock.MockContext;
import android.test.suitebuilder.annotation.SmallTest;
import androidx.test.filters.SmallTest;
import junit.framework.AssertionFailedError;
import junit.framework.Test;
......
......@@ -22,7 +22,8 @@ import android.os.Bundle;
import android.test.mock.MockContext;
import android.test.suitebuilder.ListTestCaseNames;
import android.test.suitebuilder.ListTestCaseNames.TestDescriptor;
import android.test.suitebuilder.annotation.SmallTest;
import androidx.test.filters.SmallTest;
import junit.framework.Test;
import junit.framework.TestCase;
......
......@@ -16,7 +16,7 @@
package android.test.suitebuilder.examples.suppress;
import android.test.suitebuilder.annotation.Suppress;
import androidx.test.filters.Suppress;
import junit.framework.TestCase;
......
......@@ -16,7 +16,7 @@
package android.test.suitebuilder.examples.suppress;
import android.test.suitebuilder.annotation.Suppress;
import androidx.test.filters.Suppress;
import junit.framework.TestCase;
......
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