Class CI::Reporter::OutputCapture
In: lib/ci/reporter/test_suite.rb
Parent: DelegateClass(IO)

Emulates/delegates IO to $stdout or $stderr in order to capture output to report in the XML file.

Methods

finish   new  

Public Class methods

Start capturing IO, using the given block to assign self to the proper IO global.

Public Instance methods

Finalize the capture and reset to the original IO object.

[Validate]