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
Hey folks,
It would great if the library offers fake client which can be used for unit testing or at least make all fields of the arguments used in the IBConnector interface easy accessible. Currently it is really difficult to mock e.g. GetObject if the searchFields of QueryParams are unexported.
What are you thinking about this?
The text was updated successfully, but these errors were encountered:
Hey folks,
It would great if the library offers fake client which can be used for unit testing or at least make all fields of the arguments used in the
IBConnector
interface easy accessible. Currently it is really difficult to mock e.g.GetObject
if thesearchFields
ofQueryParams
are unexported.What are you thinking about this?
The text was updated successfully, but these errors were encountered: