Merge "Move more network unit tests to common tests"

am: bce9cb271f

Change-Id: Id130368cd87ed262ef8eb926adf7b80fc3d7c2e3
This commit is contained in:
Paul Hu
2019-04-22 07:20:08 -07:00
committed by android-build-merger
9 changed files with 3 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ java_defaults {
static_libs: [
"FrameworksNetCommonTests",
"frameworks-base-testutils",
"frameworks-net-testutils",
"framework-protos",
"androidx.test.rules",
"mockito-target-minus-junit4",

View File

@@ -21,6 +21,7 @@ java_library {
srcs: ["java/**/*.java"],
static_libs: [
"androidx.test.rules",
"frameworks-net-testutils",
"junit",
],
libs: [

View File

@@ -19,11 +19,10 @@ package android.net.apf;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotEquals;
import android.net.shared.ParcelableTestUtil;
import androidx.test.filters.SmallTest;
import androidx.test.runner.AndroidJUnit4;
import com.android.internal.util.ParcelableTestUtil;
import com.android.internal.util.TestUtils;
import org.junit.Test;