Merge "Move more network unit tests to common tests"

This commit is contained in:
Paul Hu
2019-04-22 13:59:25 +00:00
committed by Gerrit Code Review
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;