Merge "Move more network unit tests to common tests" am: bce9cb271f

am: 457b5be451

Change-Id: I9f708a252ab606b782f5f828dce8c1690c3703bf
This commit is contained in:
Paul Hu
2019-04-22 07:30:55 -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: [ static_libs: [
"FrameworksNetCommonTests", "FrameworksNetCommonTests",
"frameworks-base-testutils", "frameworks-base-testutils",
"frameworks-net-testutils",
"framework-protos", "framework-protos",
"androidx.test.rules", "androidx.test.rules",
"mockito-target-minus-junit4", "mockito-target-minus-junit4",

View File

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

View File

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