IGListKit/Tests
Tim Oliver 749a65b1bf Fix failing cell sizing test with IGListCollectionViewLayout
Summary:
This test started failing in Xcode 15. It looks like now, the default behaviour of `UICollectionView` is to not perform cell sizing until the next layout pass. As such, the sizing of the cells were invalid until `layoutIfNeeded` is first called.

Adding this line to the test brings it back to all of the expected values.

Differential Revision: D49906272

fbshipit-source-id: cc05cb2e105521b2576b2b2013d06e6285f4e8a4
2023-10-06 03:08:34 -07:00
..
Assets Support supplementaryViews created from nibs (continued) 2016-11-05 16:29:06 -07:00
Objects Added extra test case to IGTestDelegateController 2023-04-17 20:41:49 -07:00
IGListAdapterE2ETests.m Add coverage for testing initial and final layout attributes without a transitioning delegate 2023-10-06 03:08:34 -07:00
IGListAdapterProxyTests.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListAdapterStoryboardTests.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListAdapterTests.m Remove unneeded interactive reordering test 2023-10-04 22:29:15 -07:00
IGListAdapterUpdaterTests.m Added more coverage cases to list adapter tests 2023-04-17 20:41:49 -07:00
IGListBatchUpdateDataTests.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListBindingSectionControllerTests.m Fix failing cell sizing test with IGListCollectionViewLayout 2023-10-06 03:08:34 -07:00
IGListBindingSingleSectionControllerTests.m Add remaining test coverage for IGListBindingSingleSectionController 2023-04-20 14:26:11 -07:00
IGListCollectionScrollingTraitsTests.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListCollectionViewLayoutTests.m Added test coverage to collection view and collection view layout 2023-04-17 20:41:49 -07:00
IGListCollectionViewTests.m Added test coverage to collection view and collection view layout 2023-04-17 20:41:49 -07:00
IGListContentInsetTests.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListDebugDescriptionTests.m Add new test files to IGListKit 2023-04-17 20:41:49 -07:00
IGListDebuggerTests.m Add test coverage for list adapter debugger class 2023-04-17 20:41:49 -07:00
IGListDiffDescriptionStringTests.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListDiffResultTests.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListDiffSwiftTests.swift Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListDiffTests.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListDiffTests.m Bring IGListDiffKit test coverage to 100% 2023-04-17 20:41:49 -07:00
IGListDisplayHandlerTests.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListGenericSectionControllerTests.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListInteractiveMovingTests.m Add new test files to IGListKit 2023-04-17 20:41:49 -07:00
IGListKitTests-Bridging-Header.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListReloadDataUpdaterTests.m Renamed IGReloadDataUpdaterTests to IGListReloadDataUpdaterTests 2023-04-17 20:41:49 -07:00
IGListSectionControllerTests.m Split out checks for methods that throw 2023-04-20 14:26:11 -07:00
IGListSectionMapTests.m Added remaining test coverage for IGListSectionMap 2023-04-17 20:41:49 -07:00
IGListSingleNibItemControllerTests.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListSingleSectionControllerTests.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListSingleStoryboardItemControllerTests.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListTestCase.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListTestCase.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListTestHelpers.h Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
IGListTransactionTests.m Add new test files to IGListKit 2023-04-17 20:41:49 -07:00
IGListWorkingRangeHandlerTests.m Standarize the copyright notice in all source files 2023-04-06 02:44:16 -07:00
Info.plist Update deployment targets to silence Xcode 14 warnings (#1573) 2023-05-01 22:48:23 -07:00