commit | d2de904def16eec85a4f9d5e9f9b99d88aefbc76 | [log] [tgz] |
---|---|---|
author | lucaslin <lucaslin@google.com> | Tue Oct 26 10:55:25 2021 +0800 |
committer | lucaslin <lucaslin@google.com> | Tue Oct 26 10:55:25 2021 +0800 |
tree | 0bff40d10185e939abaab55ad37777ddfb5c2dc2 | |
parent | 7ea2767864ae69cb04e3cf815f02f3b660d14faa [diff] |
Convert VpnTest to JUnit4 This is to fix the error in errorprone target, the error message is: [JUnit4ClassUsedInJUnit3] Assume cannot be used inside a JUnit3 class. Convert your class to JUnit4 style. The error method is: assumeTrue() Bug: 191918368 Test: atest CtsHostsideNetworkTests:HostsideVpnTests Change-Id: Ieb606d2ba31cc19510425114c76fd77417227f2c