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

Commit 7314b141 authored by Fangqiu Su's avatar Fangqiu Su Committed by Android (Google) Code Review
Browse files

Merge "Update the imports to androidx.test.filters.*" into main

parents e7937ab1 1964e601
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -19,15 +19,15 @@ package android.test;
import android.test.mock.MockContext;
import android.test.mock.MockContext;
import android.test.suitebuilder.annotation.SmallTest;
import android.test.suitebuilder.annotation.SmallTest;


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


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


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