artem-zinnatullin/qualitymatters

Unit tests for DeveloperSettings should use mock of SharedPreferences

Open

#53 opened on Dec 6, 2015

View on GitHub
 (12 comments) (0 reactions) (0 assignees)Java (204 forks)batch import
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.

Contributor guide