summaryrefslogtreecommitdiff
path: root/tests/net/java/com/android/server/IpSecServiceParameterizedTest.java
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2018-02-26 08:06:30 -0800
committerAndreas Gampe <agampe@google.com>2018-02-26 08:09:26 -0800
commita7b26b59af43393cd7d1731dd2833e252bc82933 (patch)
tree86a4190be14f21941f5b211a66b6f044f35cabc0 /tests/net/java/com/android/server/IpSecServiceParameterizedTest.java
parent701421c6c9cc388b8e0c2817e4081a1b35e92ce6 (diff)
Frameworks: Annotate JUnit4 test with @Test
Mollify Errorprone. Bug: 72076216 Test: m javac-check RUN_ERROR_PRONE=true Test: atest IpSecServiceParameterizedTest Change-Id: Ia3a253c4c5994937efc0f498ac047c5fb4eee3e9
Diffstat (limited to 'tests/net/java/com/android/server/IpSecServiceParameterizedTest.java')
-rw-r--r--tests/net/java/com/android/server/IpSecServiceParameterizedTest.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/net/java/com/android/server/IpSecServiceParameterizedTest.java b/tests/net/java/com/android/server/IpSecServiceParameterizedTest.java
index 66e0955b04c3..3e1ff6dd5f32 100644
--- a/tests/net/java/com/android/server/IpSecServiceParameterizedTest.java
+++ b/tests/net/java/com/android/server/IpSecServiceParameterizedTest.java
@@ -281,6 +281,7 @@ public class IpSecServiceParameterizedTest {
anyInt());
}
+ @Test
public void testCreateTwoTransformsWithSameSpis() throws Exception {
IpSecConfig ipSecConfig = new IpSecConfig();
addDefaultSpisAndRemoteAddrToIpSecConfig(ipSecConfig);