Module: Tomo::Testing::LogCapturing
- Included in:
- CLITester, MockPluginTester
- Defined in:
- lib/tomo/testing/log_capturing.rb
Instance Method Summary collapse
Instance Method Details
#stderr ⇒ Object
12 13 14 |
# File 'lib/tomo/testing/log_capturing.rb', line 12 def stderr @stderr_io&.string end |
#stdout ⇒ Object
8 9 10 |
# File 'lib/tomo/testing/log_capturing.rb', line 8 def stdout @stdout_io&.string end |