Class CI::Reporter::OutputCapture
In: lib/ci/reporter/output_capture.rb
Parent: Object

Captures $stdout or $stderr in order report it in the XML file.

Methods

finish   new   start   wrap  

Public Class methods

Creates an OutputCapture and immediately starts capturing.

Public Instance methods

Finalize the capture and reset to the original IO object.

Start capturing IO.

[Validate]