Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Created October 18, 2017 15:42
Show Gist options
  • Save hitherejoe/56aa27bc0707a2a5327fbf800b00abb2 to your computer and use it in GitHub Desktop.
Save hitherejoe/56aa27bc0707a2a5327fbf800b00abb2 to your computer and use it in GitHub Desktop.
private lateinit var bufferoosDatabase: BufferoosDatabase
@Before
fun initDb() {
bufferoosDatabase = Room.inMemoryDatabaseBuilder(InstrumentationRegistry.getContext(),
BufferoosDatabase::class.java).build()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment