stefanbirkner / fake-sftp-server-rule

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

Support Junit5 Jupiter #19

Closed membersound closed 3 years ago

membersound commented 5 years ago

Are there any plans supporting junit 5 jupiter?

jjkavalam commented 3 years ago

Thinking out loud in terms of changes:

Looks like that should do it ?

stefanbirkner commented 3 years ago

You may use Fake SFTP Server Lambda. It has the same functionality like Fake SFTP rule and can be used with JUnit Jupiter.