Class: RSpec::Risky::Minitest::Plugin::OutputCapture::State
- Inherits:
-
Struct
- Object
- Struct
- RSpec::Risky::Minitest::Plugin::OutputCapture::State
- Defined in:
- lib/rspec/risky/minitest/output_capture.rb
Instance Attribute Summary collapse
-
#original_stderr ⇒ Object
Returns the value of attribute original_stderr.
-
#original_stdout ⇒ Object
Returns the value of attribute original_stdout.
-
#report ⇒ Object
Returns the value of attribute report.
-
#stderr_proxy ⇒ Object
Returns the value of attribute stderr_proxy.
-
#stdout_proxy ⇒ Object
Returns the value of attribute stdout_proxy.
Instance Attribute Details
#original_stderr ⇒ Object
Returns the value of attribute original_stderr
13 14 15 |
# File 'lib/rspec/risky/minitest/output_capture.rb', line 13 def original_stderr @original_stderr end |
#original_stdout ⇒ Object
Returns the value of attribute original_stdout
13 14 15 |
# File 'lib/rspec/risky/minitest/output_capture.rb', line 13 def original_stdout @original_stdout end |
#report ⇒ Object
Returns the value of attribute report
13 14 15 |
# File 'lib/rspec/risky/minitest/output_capture.rb', line 13 def report @report end |
#stderr_proxy ⇒ Object
Returns the value of attribute stderr_proxy
13 14 15 |
# File 'lib/rspec/risky/minitest/output_capture.rb', line 13 def stderr_proxy @stderr_proxy end |
#stdout_proxy ⇒ Object
Returns the value of attribute stdout_proxy
13 14 15 |
# File 'lib/rspec/risky/minitest/output_capture.rb', line 13 def stdout_proxy @stdout_proxy end |