mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-24 05:04:50 -04:00
#1212 remove largeTest annotation, rename test method o be prefixed "test"
This commit is contained in:
parent
0f34cea41f
commit
55b48b261c
@ -1,16 +1,14 @@
|
||||
package org.kiwix.kiwixmobile.activities;
|
||||
|
||||
import android.Manifest;
|
||||
import androidx.test.filters.LargeTest;
|
||||
import androidx.test.ext.junit.runners.AndroidJUnit4;
|
||||
import androidx.test.rule.ActivityTestRule;
|
||||
import androidx.test.rule.GrantPermissionRule;
|
||||
import androidx.test.ext.junit.runners.AndroidJUnit4;
|
||||
import org.junit.Rule;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.kiwix.kiwixmobile.bookmark.BookmarksActivity;
|
||||
|
||||
@LargeTest
|
||||
@RunWith(AndroidJUnit4.class)
|
||||
public class BookmarksActivityTest {
|
||||
|
||||
@ -25,7 +23,7 @@ public class BookmarksActivityTest {
|
||||
GrantPermissionRule.grant(Manifest.permission.WRITE_EXTERNAL_STORAGE);
|
||||
|
||||
@Test
|
||||
public void BookmarksActivitySimple() {
|
||||
public void testSimple() {
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user