Frameworks: Annotate JUnit4 test with @Test

Mollify Errorprone.

Bug: 72076216
Test: m javac-check RUN_ERROR_PRONE=true
Test: atest IpSecServiceParameterizedTest
Change-Id: Ia3a253c4c5994937efc0f498ac047c5fb4eee3e9
This commit is contained in:
Andreas Gampe
2018-02-26 08:06:30 -08:00
parent cab3e6009c
commit 94bb3f9b9e

View File

@@ -281,6 +281,7 @@ public class IpSecServiceParameterizedTest {
anyInt()); anyInt());
} }
@Test
public void testCreateTwoTransformsWithSameSpis() throws Exception { public void testCreateTwoTransformsWithSameSpis() throws Exception {
IpSecConfig ipSecConfig = new IpSecConfig(); IpSecConfig ipSecConfig = new IpSecConfig();
addDefaultSpisAndRemoteAddrToIpSecConfig(ipSecConfig); addDefaultSpisAndRemoteAddrToIpSecConfig(ipSecConfig);