system-rules icon indicating copy to clipboard operation
system-rules copied to clipboard

Sometimes I need to test some underlying code which closes the standa…

Open semenodm opened this issue 7 years ago • 2 comments

…rd output stream, which leads to wrong behaviour of the JUnit tests. They are shown as not run.

Also in case of multiple invocation of underlying code which closes the output stream the JVM System.out is not available after the first execution. This patch will allow to prevent close original output stream by givin this control to test righter

semenodm avatar Oct 09 '17 01:10 semenodm

Thank you for the pull request. I need a few days for reviewing it. How urgent is it for you to have this feature in System Rules?

stefanbirkner avatar Oct 11 '17 17:10 stefanbirkner

@stefanbirkner I have local build for my project, no urgency. I will make separate PR for the naming issue

semenodm avatar Oct 11 '17 21:10 semenodm