Stefan Birkner

Results 80 comments of Stefan Birkner
trafficstars

It looks like `C:\Users\Sam.ssh\known_hosts` is the wrong filename. I think `C:\Users\Sam\.ssh\known_hosts` is the correct filename.

IMO the problem is not related to Fake SFTP Server Rule. @MkJha where do you define the name of the `known_hosts` file?

The test that you provided runs successfully on my machine. Can you show me the full stack trace of your error.

Thanks for your request. Can you elaborate a little bit more on why you cannot upgrade your project to Java 8.

AFAIK you don't have to exclude the dependency. It's enough if you specify version 1.0.0 for memoryfilesystem. Please can you try and tell me whether it works?

Hi Aisha, thank you for creating this issue. Can you please give a little bit of detail why you need Fake SFTP Server Rule to be compatible with Java 7....

TLDR; You can switch your internal tests to JUnit Jupiter but you don't have to. People can use Mockito with JUnit 4 and/or JUnit Jupiter independent from the test framework...

Yes. I already started.

I created a project [stefanbirkner/junit4-issue-1488](https://github.com/stefanbirkner/junit4-issue-1488) for verifying the issue. I cannot reproduce the failure with Java 8. @MGhareeb32 Can you please verify that the example project is failing for you,...

@MGhareeb32 Can you change my repo so that it has an Android setup?