commit | 4fa8ebb49dfdd7c0d4c3f555db917d452eb904d4 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Wed Jun 01 20:31:28 2022 +0000 |
committer | Eric Biggers <ebiggers@google.com> | Thu Jun 02 03:07:31 2022 +0000 |
tree | 45d558cbb63778552b7bfbab608fe2314641685f | |
parent | f523bbcddce93f118fa190708889c36b1db3c2d9 [diff] |
EntropyMixerTest: convert to JUnit4 This addresses the following errorprone warning and removes a use of the deprecated class AndroidTestCase. EntropyMixerTest.java:33: warning: [JUnitAmbiguousTestClass] Test class inherits from JUnit 3's TestCase but has JUnit 4 @Test or @RunWith annotations. Test: atest EntropyMixerTest Test: m FrameworksServicesTests RUN_ERROR_PRONE=true Change-Id: I13f176483d1d62e3f85bae52c844996177680570