Skip to content

Instantly share code, notes, and snippets.

@Iannnr
Created July 31, 2021 16:05
Show Gist options
  • Save Iannnr/f988471d381231b4908c884a4e04e997 to your computer and use it in GitHub Desktop.
Save Iannnr/f988471d381231b4908c884a4e04e997 to your computer and use it in GitHub Desktop.
val config = Configuration.Builder()
.setWorkerFactory(ExampleWorkerFactory(Repository(api)))
.setExecutor(SynchronousExecutor())
.setMinimumLoggingLevel(Log.DEBUG)
.build()
WorkManagerTestInitHelper.initializeTestWorkManager(context, config)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment