Just started to use Robolectric and it seems to be pretty much what I need. However, I\'ve hit a bit of a roadblock with regards to the use of SharedPreferences.
I h
robolectric:4.0.2 use val context = ApplicationProvider.getApplicationContext() PreferenceManager.getDefaultSharedPreferences(context)
robolectric:4.0.2
val context = ApplicationProvider.getApplicationContext() PreferenceManager.getDefaultSharedPreferences(context)