Skip to content

guness/RobolectricSQLite

Repository files navigation

RobolectricSQLite

Some notes:

How to use

Add it in your root build.gradle at the end of repositories:

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Add the dependency

dependencies {
        implementation 'com.github.guness:RobolectricSQLite:1.0.2'
}

Call in code before Robolectric

@Before
@CallSuper
open fun setUp() {
    com.guness.robolectric.sqlite.library.SQLiteLibraryLoader.load()
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages