You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It is very hard to wrap and abstract away this SDK without interfaces. Having interfaces of any kind would help generate mocks or atleast make testing easier in an application that consumed this SDK. Right now testing is very hard with this SDK in your codebase.
Describe the solution you'd like
Interfaces for the providers of some sort that can be used when testing.
Describe alternatives you've considered
Tracking down all the methods I'm using, writing interfaces and generating mocks from those but seems like the wrong place to be.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It is very hard to wrap and abstract away this SDK without interfaces. Having interfaces of any kind would help generate mocks or atleast make testing easier in an application that consumed this SDK. Right now testing is very hard with this SDK in your codebase.
Describe the solution you'd like
Interfaces for the providers of some sort that can be used when testing.
Describe alternatives you've considered
Tracking down all the methods I'm using, writing interfaces and generating mocks from those but seems like the wrong place to be.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: