Closed rburnham52 closed 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.
Extracted an interface for Sender to allow for mocking during tests