mirror of
https://github.com/google/brotli.git
synced 2024-11-08 13:20:05 +00:00
No public description
PiperOrigin-RevId: 636183145
This commit is contained in:
parent
04388304a6
commit
8a626fd486
@ -3,12 +3,12 @@ package org.brotli.wrapper.android;
|
|||||||
import static junit.framework.Assert.assertEquals;
|
import static junit.framework.Assert.assertEquals;
|
||||||
|
|
||||||
import androidx.test.core.app.ApplicationProvider;
|
import androidx.test.core.app.ApplicationProvider;
|
||||||
import com.google.thirdparty.robolectric.GoogleRobolectricTestRunner;
|
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
import org.robolectric.RobolectricTestRunner;
|
||||||
|
|
||||||
@RunWith(GoogleRobolectricTestRunner.class)
|
@RunWith(RobolectricTestRunner.class)
|
||||||
public final class UseJniTest {
|
public final class UseJniTest {
|
||||||
|
|
||||||
@Before
|
@Before
|
||||||
|
Loading…
Reference in New Issue
Block a user