Module: Tomo::Testing::LogCapturing

Included in:
CLITester, MockPluginTester
Defined in:
lib/tomo/testing/log_capturing.rb

Instance Method Summary collapse

Instance Method Details

#stderrObject



12
13
14
# File 'lib/tomo/testing/log_capturing.rb', line 12

def stderr
  @stderr_io&.string
end

#stdoutObject



8
9
10
# File 'lib/tomo/testing/log_capturing.rb', line 8

def stdout
  @stdout_io&.string
end