CleverTap / clevertap-android-sdk

CleverTap Android SDK
MIT License
80 stars 74 forks source link

Task/sdk 3639/refactor geofence unit tests #547

Closed Anush-Shand closed 9 months ago

Anush-Shand commented 9 months ago

Java 17 doesn't support powermock. Hence geofence tests have been refactored

Anush-Shand commented 9 months ago

@CTLalit mockk wasn't used as then a lot of already working tests would have also needed refactoring. To make it uniform decided to go forward with Mockito We should use mockk going forward