Skip to content

Commit

Permalink
Finalized work on BugTest.kt and SmallBugTest.kt
Browse files Browse the repository at this point in the history
*This commit is related to issue #529 [1]*

[1] #529
  • Loading branch information
JaniruTEC committed Apr 10, 2024
1 parent eb02fc0 commit 7b78b92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ import org.junit.Before
import org.junit.Test
import org.junit.runner.RunWith

// See https://github.com/cryptomator/android/issues/529 to learn more about this class.
// Also see https://github.com/SailReal/Android-Issue-153521693/tree/cfb5033cf287572ac4b4972700f1656ce2b61d03/src/androidTest/java/de/skymatic/android_issue153521693
@RunWith(AndroidJUnit4::class)
class BugTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,18 @@ import androidx.sqlite.db.SupportSQLiteDatabase
import androidx.sqlite.db.SupportSQLiteOpenHelper
import androidx.sqlite.db.framework.FrameworkSQLiteOpenHelperFactory
import androidx.test.ext.junit.runners.AndroidJUnit4
import androidx.test.filters.SmallTest
import androidx.test.platform.app.InstrumentationRegistry
import org.junit.After
import org.junit.Assert.assertArrayEquals
import org.junit.Before
import org.junit.Test
import org.junit.runner.RunWith

// See https://github.com/cryptomator/android/issues/529 to learn more about this class.
// Also see https://github.com/SailReal/Android-Issue-153521693/tree/cfb5033cf287572ac4b4972700f1656ce2b61d03/src/androidTest/java/de/skymatic/android_issue153521693
@RunWith(AndroidJUnit4::class)
@SmallTest
class SmallBugTest {

private val TEST_DB = "small-bug-test"
Expand Down

0 comments on commit 7b78b92

Please sign in to comment.