No public description

PiperOrigin-RevId: 636183145
This commit is contained in:
Michael Hoisie 2024-05-22 08:53:34 -07:00 committed by Copybara-Service
parent 04388304a6
commit 8a626fd486

View File

@ -3,12 +3,12 @@ package org.brotli.wrapper.android;
import static junit.framework.Assert.assertEquals;
import androidx.test.core.app.ApplicationProvider;
import com.google.thirdparty.robolectric.GoogleRobolectricTestRunner;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.RobolectricTestRunner;
@RunWith(GoogleRobolectricTestRunner.class)
@RunWith(RobolectricTestRunner.class)
public final class UseJniTest {
@Before