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

Add StdErr to StdIoExtension #650

Closed
rweisleder opened this issue Jul 12, 2022 · 2 comments · Fixed by #653
Closed

Add StdErr to StdIoExtension #650

rweisleder opened this issue Jul 12, 2022 · 2 comments · Fixed by #653

Comments

@rweisleder
Copy link
Contributor

Currently, the StdIoExtension can only mock/replace System.in and System.out. This extension should also support System.err.

@Michael1993
Copy link
Member

Makes sense. Would you want to take this up yourself @rweisleder?

@Michael1993
Copy link
Member

Okay, I'm going to start implementing this.

Michael1993 added a commit that referenced this issue Aug 11, 2022
Adds a new parameter to the StdIoExtension, StdErr, which
replaces System.err the same way StdOut replaces
System.out.

Closes: #650
PR: #653
Michael1993 added a commit that referenced this issue Aug 11, 2022
Michael1993 added a commit that referenced this issue Aug 11, 2022
Adds a new parameter to the StdIoExtension, StdErr, which
replaces System.err the same way StdOut replaces
System.out.

Closes: #650
PR: #653
Bukama pushed a commit to Bukama/junit-pioneer that referenced this issue Sep 20, 2022
Adds a new parameter to the StdIoExtension, StdErr, which
replaces System.err the same way StdOut replaces
System.out.

Closes: junit-pioneer#650
PR: junit-pioneer#653
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants