We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem: current test uses connection to real FTP server (which we do not own), it takes too long to complete.
Use mock FTP server for the test.
The text was updated successfully, but these errors were encountered:
See this answer: https://stackoverflow.com/a/14758334 It contains a code snippet how to use a mock FTP server for a JUnit test.
Although the MockFtpServer project itself does not seem to be available, anymore, their libraries are still in the central Maven repo.
MockFtpServer
Sorry, something went wrong.
No branches or pull requests
Problem: current test uses connection to real FTP server (which we do not own), it takes too long to complete.
Use mock FTP server for the test.
The text was updated successfully, but these errors were encountered: