summaryrefslogtreecommitdiff
path: root/core/src/test
AgeCommit message (Expand)Author
2019-11-15Added pubDate testByteHamster
2019-11-05enqueue respect download order: add test case for download failures.orionlee
2019-11-05code style / comment tweak per revieworionlee
2019-11-05refactor - make enqueue position logic more readable per review.orionlee
2019-11-05code style fixes: naming, indentation.orionlee
2019-11-05enqueue location: use the new 3-value settingsorionlee
2019-11-05refactor move generic Collection helpers to CollectionTestUtilorionlee
2019-11-05refactor extract common FeedItem List to IDs methodorionlee
2019-11-05code style fixes - naming, indentation, etc.orionlee
2019-11-05Enqueue tweaks - replace custom stub DownloadStateProvider with mockito mocks...orionlee
2019-11-05refactor - rename FeedFileDownloadStatusRequesterInterface to a more generic ...orionlee
2019-11-05refactor - move ItemEnqueuePositionCalculator to top-level per review.orionlee
2019-11-05fix imports post androidX migrationorionlee
2019-11-05test case tweak: preserve download order test, fix test case nameorionlee
2019-11-05test case bug fix: Bulk download 2nd item position should be 1orionlee
2019-11-05refactoring test - factor out common operations of calc position,orionlee
2019-11-05Test cases readability: change expected format from position to the actual queueorionlee
2019-11-05#2448: make podcast episode enqueue position respect download start orderorionlee
2019-11-05refactor test - break ItemEnqueuePositionCalculatorTest to be more modularorionlee
2019-11-05#2652 (part of): The in-progress podcast at the front of the queueorionlee
2019-11-05refactor - DBWriterTest: parametrize the set of testsorionlee
2019-11-05refactor - DBWriter.addQueueItem() : refactor enqueue position calculationorionlee
2019-10-24Misc code style fixes.orionlee
2019-10-24Test to ensure Feed only accepts INTRA_FEED sort orderorionlee
2019-10-24feeditem sort - handle boundary conditionsorionlee
2019-10-24rename + refactor QueueSorter to FeedItemPermutors, to support both queue and...orionlee
2019-10-18unit test for get feeditem link with fallbackorionlee
2019-08-11Changes due to feedback in pull request #3315damoasda
2019-07-09Queue: Keep sorted #1556damoasda
2019-05-05Handle iTunes single-number duration formatAnderson Mesquita
2019-05-05Extract DurationParserAnderson Mesquita
2019-03-31Validate that the *new* and *not played* are also exclusiveBorjan Tchakaloff
2019-03-31Validate that the item state is only changed when neededBorjan Tchakaloff
2019-03-31Validate that the *new* and *played* states are exclusiveBorjan Tchakaloff
2019-03-03Moved some implementation tests to unit testsByteHamster
2019-01-04fix code formattingorionlee
2019-01-04episode cleanup 12 hour option - use hours internally part 2 (persisted share...orionlee
2019-01-04episode cleanup 12 hour option: add unit test to prepare for using hoursorionlee
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
2018-05-18core tests: Convert tests that are effectively unit tests to be oneorionlee