google-maps-ios-utils icon indicating copy to clipboard operation
google-maps-ios-utils copied to clipboard

Convert unit tests to Swift

Open wangela opened this issue 1 year ago • 1 comments

Convert Objective-C unit tests to Swift unit tests so that all tests are Swift.

For reasons described in https://github.com/googlemaps/google-maps-ios-utils/issues/473, the maintenance and contribution to this library are hindered by its mixed-language source and the fact that most of the source code is written in Objective-C. This feature request captures the work to translate the Objective-C unit tests to Swift.

See related issue #511 for the plan.

wangela avatar Nov 12 '24 20:11 wangela

There is a bug in the Maps SDK for iOS blocking some of our unit tests from running successfully. We are waiting for the next release of the Maps SDK to be able to run these tests.

wangela avatar Nov 12 '24 20:11 wangela

PR raised: https://github.com/googlemaps/google-maps-ios-utils/pull/538

iHackSubhodip avatar Jun 24 '25 14:06 iHackSubhodip

The changes are merged into main-swift branch

iHackSubhodip avatar Aug 28 '25 14:08 iHackSubhodip