summaryrefslogtreecommitdiff
path: root/platform/ios/Integration Tests/MBGLIntegrationTests.m
Commit message (Collapse)AuthorAgeFilesLines
* [ios] Refactor integrations testsJulian Rex2018-04-101-68/+8
|
* Use a host interface for CustomLayer instead of function pointers (#11553)Asheem Mamoowala2018-04-021-16/+201
| | | | | | Use a host interface for CustomLayer instead of function pointers Co-authored-by: Julian Rex <julian.rex@mapbox.com>
* Adds an integration test harness to the iOS projectAndrew Kitchen2018-01-191-0/+77
This will allow us to write lightweight integration tests between MGLMapView and the core renderer. Also includes a test for the recent custom layer memory fix, reverting the fix in order to demonstrate the failing test.