summaryrefslogtreecommitdiff
path: root/core/src/test
AgeCommit message (Collapse)Author
2019-01-04fix code formattingorionlee
2019-01-04episode cleanup 12 hour option - use hours internally part 2 (persisted ↵orionlee
shared preference) requires data migartion: app versionCode increased to 1070196
2019-01-04episode cleanup 12 hour option: add unit test to prepare for using hoursorionlee
rather than days as data structure
2018-10-21Optimize importsegsavage
2018-06-06Restored testsByteHamster
2018-06-05Removed FeedImageByteHamster
2018-05-18core tests: Make DownloadServiceTest be a unit test (the portion oforionlee
DownloadService tested is all in-memory logic).
2018-05-18core tests: Convert tests that are effectively unit tests to be oneorionlee
(standard android junit tests). Provides implementations for android platform utils needed (in unit test environment): 1. android.util.Log, 2. android.text.TextUtils.isEmpty()