NetNewsWire/Frameworks/Account/AccountTests/Feedly
Tim Ekl e4c84bc501 Add two missing expectation fulfillments
It looks like two tests in FeedlySetStarredArticlesOperationTests
created but never referenced XCTestExpectation instances. Based on the
other nearby tests, add a call to `fulfill()` inside the associated
completion block after the rest of our test assertions are done.
2019-12-31 19:41:32 -06:00
..
Initial Improves test coverage in Feedly. Adds callbacks to SyncDatabase. Content is paged from Feedly. Unread status is set before articles are ingested. 2019-11-02 10:29:34 +11:00
feedly-1-initial Improves test coverage in Feedly. Adds callbacks to SyncDatabase. Content is paged from Feedly. Unread status is set before articles are ingested. 2019-11-02 10:29:34 +11:00
feedly-2-changestatuses Improves test coverage in Feedly. Adds callbacks to SyncDatabase. Content is paged from Feedly. Unread status is set before articles are ingested. 2019-11-02 10:29:34 +11:00
feedly-3-changestatusesagain Improves test coverage in Feedly. Adds callbacks to SyncDatabase. Content is paged from Feedly. Unread status is set before articles are ingested. 2019-11-02 10:29:34 +11:00
feedly-4-addfeedsandfolders Improves test coverage in Feedly. Adds callbacks to SyncDatabase. Content is paged from Feedly. Unread status is set before articles are ingested. 2019-11-02 10:29:34 +11:00
feedly-5-removefeedsandfolders Improves test coverage in Feedly. Adds callbacks to SyncDatabase. Content is paged from Feedly. Unread status is set before articles are ingested. 2019-11-02 10:29:34 +11:00
feedly-add-new-feed Adds unit tests for adding a new feed with Feedly. #1300 2019-12-05 19:02:40 +11:00
FeedlyAddNewFeedOperationTests.swift Fix build errors stemming from FeedlyTestSupport 2019-12-31 19:36:42 -06:00
FeedlyCheckpointOperationTests.swift Improves test coverage in Feedly. Adds callbacks to SyncDatabase. Content is paged from Feedly. Unread status is set before articles are ingested. 2019-11-02 10:29:34 +11:00
FeedlyCreateFeedsForCollectionFoldersOperationTests.swift Search Feedly for the best feed (and its identifier) for the URL entered when adding a new feed. #1300 2019-12-05 19:02:40 +11:00
FeedlyGetCollectionsOperationTests.swift Improves test coverage in Feedly. Adds callbacks to SyncDatabase. Content is paged from Feedly. Unread status is set before articles are ingested. 2019-11-02 10:29:34 +11:00
FeedlyGetStreamContentsOperationTests.swift Adds public logging of the Feedly errors to help identify the missing key in #1326. 2019-11-27 19:04:55 +11:00
FeedlyGetStreamIdsOperationTests.swift Adds public logging of the Feedly errors to help identify the missing key in #1326. 2019-11-27 19:04:55 +11:00
FeedlyLogoutOperationTests.swift Rename occurrences of completionHandler to completion. 2019-12-14 17:14:55 -07:00
FeedlyMirrorCollectionsAsFoldersOperationTests.swift Search Feedly for the best feed (and its identifier) for the URL entered when adding a new feed. #1300 2019-12-05 19:02:40 +11:00
FeedlyOperationTests.swift Fixes race conditions in FeedlyOperation progress reporting unit tests. 2019-11-29 18:33:32 +11:00
FeedlyOrganiseParsedItemsByFeedOperationTests.swift Improves test coverage in Feedly. Adds callbacks to SyncDatabase. Content is paged from Feedly. Unread status is set before articles are ingested. 2019-11-02 10:29:34 +11:00
FeedlyRefreshAccessTokenOperationTests.swift Rename occurrences of completionHandler to completion. 2019-12-14 17:14:55 -07:00
FeedlyResourceIdTests.swift Adds unit testing and implements fixes for unread counts, icons, missing metadata and more. 2019-10-03 18:06:49 +10:00
FeedlySendArticleStatusesOperationTests.swift Resolve errors in Feedly statuses operation tests 2019-12-31 15:52:54 -06:00
FeedlySetStarredArticlesOperationTests.swift Add two missing expectation fulfillments 2019-12-31 19:41:32 -06:00
FeedlySetUnreadArticlesOperationTests.swift Fix errors in Feedly unread operations tests 2019-12-31 19:06:10 -06:00
FeedlySyncAllMockResponseProvider.swift Improves test coverage in Feedly. Adds callbacks to SyncDatabase. Content is paged from Feedly. Unread status is set before articles are ingested. 2019-11-02 10:29:34 +11:00
FeedlySyncAllOperationTests.swift Fix build errors stemming from FeedlyTestSupport 2019-12-31 19:36:42 -06:00
FeedlySyncStarredArticlesOperationTests.swift Fix errors in starred articles operations tests 2019-12-31 19:11:37 -06:00
FeedlySyncStreamContentsOperationTests.swift Fix build errors in sync stream operations tests 2019-12-31 19:08:29 -06:00
FeedlySyncUnreadStatusesOperationTests.swift Fix errors in Feedly sync unread operations tests 2019-12-31 19:27:47 -06:00
FeedlyTestSupport.swift Fix build errors stemming from FeedlyTestSupport 2019-12-31 19:36:42 -06:00
FeedlyUpdateAccountFeedsWithItemsOperationTests.swift Fix errors in Feedly update-feeds operation tests 2019-12-31 15:55:59 -06:00
TestGetCollectionsService.swift Rename occurrences of completionHandler to completion. 2019-12-14 17:14:55 -07:00
TestGetPagedStreamContentsService.swift Rename occurrences of completionHandler to completion. 2019-12-14 17:14:55 -07:00
TestGetPagedStreamIdsService.swift Rename occurrences of completionHandler to completion. 2019-12-14 17:14:55 -07:00
TestGetStreamContentsService.swift Rename occurrences of completionHandler to completion. 2019-12-14 17:14:55 -07:00
TestGetStreamIdsService.swift Rename occurrences of completionHandler to completion. 2019-12-14 17:14:55 -07:00
TestMarkArticlesService.swift Rename occurrences of completionHandler to completion. 2019-12-14 17:14:55 -07:00