OneSignal / OneSignal-Flutter-SDK

OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your flutter app with OneSignal
https://www.onesignal.com
Other
616 stars 213 forks source link

[question]: How to mock OneSignal #879

Open MarcelGalster opened 5 months ago

MarcelGalster commented 5 months ago

How can we help?

Hi, I want to write tests for my OneSingal integration and need to mock OneSignal to do this. How can I do this as OneSignal only has static members?

Code of Conduct

nan-li commented 4 months ago

Hi @MarcelGalster, it is not easy to mock OneSignal for tests as it does only have static members.

What types of behaviors are you trying to test?