Stefan Birkner
Stefan Birkner
Let me rephrase what I understood. From your point of view there are too issues with using Fake SFTP Server Lambda. 1. Most of your test methods have an additional...
Unfortunately not. You're right. The code may break in a future JVM because the environment variables support relies on internal details. AFAIK there es no other way apart from mocking...
Hi Christian, thank you for this nice idea for a feature. I cannot promise anything because System Lambda is a free-time project of mine and my time is currently very...
I would like to better understand your use case. Can you explain me why you use `catchSystemExit` in tests that are not expected to call System.exit. A workaround is to...
Thanks for your work. The changes in README.md have been merged: 8903a1df2fb6238364e340c45946162791c0734c. I still think about whether to merge the change with abstract. Not sure about this. I want to...
The port of the Fake SFTP server is 1234 but you connect to port 22. I think you connect to an SFTP server that is running on your machine instead...
According to the log output the server is started. Why do you think that you cannot start it?
At the top of the page there is a short explanation of the plugin The Tidy Plugin tidies up a project’s pom.xml and optionally verifies that it is tidy. Can...
Ok. I got it. Thanks.
Can somebody provide a use case for a test class that has more than one constructor. Which constructor would the runner select for creating an instance of the test class?