Run DownloadRequestTest with Robolectric
This commit is contained in:
parent
c10d1a1d79
commit
f6c39ad0fe
|
@ -3,9 +3,9 @@ package de.danoeh.antennapod.core.service.download;
|
|||
import android.os.Bundle;
|
||||
import android.os.Parcel;
|
||||
|
||||
import androidx.test.filters.SmallTest;
|
||||
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.robolectric.RobolectricTestRunner;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
|
@ -13,7 +13,7 @@ import de.danoeh.antennapod.core.feed.FeedFile;
|
|||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
@SmallTest
|
||||
@RunWith(RobolectricTestRunner.class)
|
||||
public class DownloadRequestTest {
|
||||
|
||||
@Test
|
Loading…
Reference in New Issue