stefanbirkner / fake-sftp-server-rule

A JUnit rule that runs an in-memory SFTP server.
MIT License
40 stars 26 forks source link

Support for junit 5 #30

Open aditya-tawar19 opened 1 year ago

aditya-tawar19 commented 1 year ago

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 with Junit 5 ?

moritzreiter commented 10 months ago

There's another fake SFTP server project of the same author as this one which doesn't depend on JUnit and therefore works well with JUnit 5.