Open aditya-tawar19 opened 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 ?
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.
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 ?