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
I am integrating with GoCardlessClient and found that a lot of responses or exceptions returned by the API has no public constructor or only has readonly properties. Which make it difficult to unit test the code around GoCardlessClient. Is it possible to provide an unit test helper to allow me to construct response and exception for testing purpose?
The text was updated successfully, but these errors were encountered:
I am integrating with
GoCardlessClient
and found that a lot of responses or exceptions returned by the API has no public constructor or only has readonly properties. Which make it difficult to unit test the code aroundGoCardlessClient
. Is it possible to provide an unit test helper to allow me to construct response and exception for testing purpose?The text was updated successfully, but these errors were encountered: