Skip to content

issues Search Results · repo:stefanbirkner/fake-sftp-server-rule language:Java

Filter by

20 results
 (58 ms)

20 results

instefanbirkner/fake-sftp-server-rule (press backspace or delete to remove)

In junit 5 this library throws ** test has not been started or is already finished ** from verifyThatTestIsRunning method because of @Rule is no more there in junit 5. so is there any other version compatible ...
  • aditya-tawar19
  • 1
  • Opened 
    on Sep 18, 2023
  • #30

The source code that I am creating unit tests has a lot of try catch block. How do I simulate failure scenario, so I can cover those catch blocks ? Is there I way we can customize the response or reply ...
status: waiting for response
  • geranne
  • 3
  • Opened 
    on Sep 23, 2021
  • #25

feature request I need to test if a file has been created without knowing the exact name of the file. The existsFile() function does almost what I need but only works using an exact path and file name. ...
  • vincentml
  • Opened 
    on Oct 16, 2020
  • #22

I m running a test suite where the modification time of a file is taken into account. Currently I have to add a Thread.sleep in order for these times to be different. It seems it is possible to set the ...
  • jan-pieter
  • Opened 
    on Aug 20, 2020
  • #21

Hi I am trying to integrate this fake-sftp-server-rule with my JUnits. I started fake-sftp-server-rule and trying to make a connection with my client but I am facing below error. com.jcraft.jsch.JSchException: ...
status: waiting for response
  • dinnupega
  • 1
  • Opened 
    on Jul 31, 2020
  • #20

Are there any plans supporting junit 5 jupiter?
  • membersound
  • 2
  • Opened 
    on Nov 13, 2019
  • #19

I have a worst case scenario application i have to write unit test for. Much static legacy code. I managed to get it running by powermock static methods. One Unit test has to run against a SFTP Server. ...
  • stefanwendelmann
  • 1
  • Opened 
    on Oct 23, 2019
  • #18

Hi Stefan, i was integrating your nice test tool fake-sftp-server-rule in our code and saldy got an exception. @Rule public final FakeSftpServerRule sftpServer = new FakeSftpServerRule().addUser( ...
  • stefanwendelmann
  • 1
  • Opened 
    on Oct 22, 2019
  • #17

The rule is working fine but I d like to use it also with an identity file. Would you mind a PR on this topic? The aim is to support authentication via an SSH public/private key pair. If it s ok for ...
  • natrem
  • 2
  • Opened 
    on Nov 13, 2018
  • #16

Error while trying to do sftp. Caused by: com.jcraft.jsch.JSchException: java.io.FileNotFoundException: C:\Users\Sam.ssh\known_hosts (The system cannot find the path specified) at com.jcraft.jsch.KnownHosts.setKnownHosts(KnownHosts.java:57) ...
status: waiting for response
  • MkJha
  • 2
  • Opened 
    on Sep 21, 2018
  • #13
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub