issues
search
CleverTap
/
clevertap-android-sdk
CleverTap Android SDK
MIT License
80
stars
74
forks
source link
feat(SDK-4171): Make Analytics manager testable
#689
Open
CTLalit
opened
1 week ago
CTLalit
commented
1 week ago
removes context passed in Clevertap instance config
breaks down code to separate out context
uses context held in the api wrapper and not holding another ref in class
breaking down incorrect static usages
private constructor to init things in test class
provides control over clevertap instance config and also manifest info
tests can now cover manifest info testing
fixes singleton access for manifestinfo (sets stage)
moves manifest constants to correct class -> breaks down large constants class
creates clevertap fixtures which will replace base test case class which provides unpredictable mocks and incomplete tests.