# File lib/minitest/unit.rb, line 417
    def assert_silent
      assert_output "", "" do
        yield
      end
    end