Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1964e601 authored by Fangqiu Su's avatar Fangqiu Su
Browse files

Update the imports to androidx.test.filters.*

Bug: 316941721
Test: mmma .
Change-Id: I7550f55558185b92b473b4ece613c0b894a67fe5
parent 8124c112
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -19,15 +19,15 @@ package android.test;
import android.test.mock.MockContext;
import android.test.suitebuilder.annotation.SmallTest;

import java.util.ArrayList;
import junit.framework.TestCase;
import junit.framework.AssertionFailedError;
import junit.framework.Test;
import junit.framework.TestSuite;
import junit.framework.TestCase;
import junit.framework.TestListener;
import junit.framework.TestSuite;

import java.util.List;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;

/**
 * Unit tests for {@link AndroidTestRunner}