segmentio / analytics-android

The hassle-free way to add analytics to your Android app.
https://segment.com/docs/sources/mobile/android/
MIT License
377 stars 216 forks source link

Segment in Robolectric unit tests #640

Open edenman opened 4 years ago

edenman commented 4 years ago

What do people do for this? Use a wrapper class and have a fake implementation of that? Mockito? It would be great if there were some easy way to build a no-op and set it like Analytics.setSingletonInstance(NO_OP_SEGMENT_ANALYTICS)

saadfarooq commented 3 years ago

Fake implementation would be better even better than no-op.