Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Feature Request: Implement ISession so we can mock

Thanks for your suggestion.

This request has been added to the tracker:
https://winscp.net/tracker/856
ironside

Feature Request: Implement ISession so we can mock

Most of the action with the .NET assembly is via the Session class.
It would be nice to have Session implement an interface (e.g. ISession?) representing the public methods to allow developers to easily mock out the library for unit testing.