angelobelchior / FCM.Net

Biblioteca para facilitar envio de Push Notification usando o Firebase Cloud Messaging do Google
MIT License
78 stars 28 forks source link

Added ISender interface #16

Closed rburnham52 closed 6 years ago

rburnham52 commented 6 years ago

Extracted an interface for Sender to allow for mocking during tests

rburnham52 commented 6 years ago

To add some context i'm trying to wrap the sender logic in a service that also adds Exceptional Backoff. To be able to test the Exceptional Backoff logic i need to be able to mock Sender to return the expected response.