artem-zinnatullin/qualitymatters
View on GitHubUnit tests for DeveloperSettings should use mock of SharedPreferences
Open
#53 opened on Dec 6, 2015
enhancementhacktoberfest
Repository metrics
- Stars
- (1,759 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Currently it's more integration tests rather than a unit. For example, we don't know if it really writes values to SharedPreferences and reads them back or if it stores values just in memory.