Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

semenodm
Copy link

@semenodm semenodm commented Oct 9, 2017

…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

…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
@stefanbirkner
Copy link
Owner

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?

@semenodm
Copy link
Author

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

@stefanbirkner stefanbirkner changed the title Sometimes i need to test some underlying code which closes the standa… Sometimes I need to test some underlying code which closes the standa… Oct 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants