Merge "Migrate frameworks/base/tests/net/ to androidx.test" am: 216266b524 am: 36e7b25aea

am: 5633b0c200

Change-Id: I01657671712799f5a29a3a7530430cc5bfb14f41
This commit is contained in:
Brett Chabot
2019-03-06 22:10:32 -08:00
committed by android-build-merger
44 changed files with 251 additions and 234 deletions

View File

@@ -22,8 +22,8 @@ import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import android.support.test.filters.SmallTest;
import android.support.test.runner.AndroidJUnit4;
import androidx.test.filters.SmallTest;
import androidx.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;