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
We would normally mock ContentstackClient, ContentType, Query but we cant do this because they are concrete classes.
Can you please introduce the following interfaces IContentstackClient, IContentType, IQuery.
If this is not possible can you provide some documentation explaining how code using the contentstack client can be tested in isolation without connecting to the content stack servers. This would ideally cover scenarios involving mocking the fluent API chain.