Is there any fake implementation for an FTP server that I can use in my units. I do not want my test to be dependent on the actual FTP server.
A ftpmock can be found for Java.
Have you seen Indy socket project? They have a mock / stub to test their clients / servers: - Another version is being worked on, but it has not been done since March 2008.
Comments
Post a Comment