Class: RSpec::Risky::Minitest::Plugin::OutputCapture::State

Inherits:
Struct
  • Object
show all
Defined in:
lib/rspec/risky/minitest/output_capture.rb

Instance Attribute Summary collapse

Instance Attribute Details

#original_stderrObject

Returns the value of attribute original_stderr

Returns:

  • (Object)

    the current value of original_stderr



13
14
15
# File 'lib/rspec/risky/minitest/output_capture.rb', line 13

def original_stderr
  @original_stderr
end

#original_stdoutObject

Returns the value of attribute original_stdout

Returns:

  • (Object)

    the current value of original_stdout



13
14
15
# File 'lib/rspec/risky/minitest/output_capture.rb', line 13

def original_stdout
  @original_stdout
end

#reportObject

Returns the value of attribute report

Returns:

  • (Object)

    the current value of report



13
14
15
# File 'lib/rspec/risky/minitest/output_capture.rb', line 13

def report
  @report
end

#stderr_proxyObject

Returns the value of attribute stderr_proxy

Returns:

  • (Object)

    the current value of stderr_proxy



13
14
15
# File 'lib/rspec/risky/minitest/output_capture.rb', line 13

def stderr_proxy
  @stderr_proxy
end

#stdout_proxyObject

Returns the value of attribute stdout_proxy

Returns:

  • (Object)

    the current value of stdout_proxy



13
14
15
# File 'lib/rspec/risky/minitest/output_capture.rb', line 13

def stdout_proxy
  @stdout_proxy
end