Current File : //opt/puppetlabs/puppet/lib/ruby/gems/2.7.0/gems/test-unit-3.3.4/test/util/test-output.rb
require 'test/unit'

class TestUnitOutput < Test::Unit::TestCase
  def test_capture_output
    assert_equal(["stdout\n", "stderr\n"],
                 capture_output do
                   puts("stdout")
                   warn("stderr")
                 end)
  end
end
Page not found – Hello World !