Stefan Birkner
Stefan Birkner
We are getting closer to a final version of the pull request. Thank you for your patience.
Yes, I create a JUnit Jupiter extension at the end of October. I post updates here.
Pleased wait for my JUnit Jupiter extension. I start development tomorrow.
Currently I'm working on two things: - [Rewrite the tests to acceptance tests](https://github.com/stefanbirkner/system-rules/commit/9f8ef1d878173263ead4abc44fd77bb80004c4ab) so that I can use this safety net for the migration. - Migrate [Fake SFTP Server Rule](https://github.com/stefanbirkner/fake-sftp-server-rule)...
The rewrite of the tests is finished. After fixing #61 I create a library that is independent of JUnit 4.
I started to create a library called [System Lambda](https://github.com/stefanbirkner/system-lambda) that solves the same testing problems like System Rules but without a dependency to a test framework. There may be a...
I think you are talking about Fake SFTP Server Lambda. Can you create an issue [here](https://github.com/stefanbirkner/fake-sftp-server-lambda/issues) and describe what you are looking for.
Unfortunately not, but I found some time to continue my work on [System Lambda](https://github.com/stefanbirkner/system-lambda/).
In the meantime you can copy code from https://github.com/stefanbirkner/system-lambda/blob/master/src/main/java/com/github/stefanbirkner/systemlambda/SystemLambda.java The replacement for EnvironmentVariables is the method `withEnvironmentVariable` together with the inner class `EnvironmentVariables`.
Can you please show me such a test. I would like to understand better the problem that should be solved. You can remove details of the test and replace it...