# File lib/test/unit.rb, line 405
      def run_at_start_hooks
        @@at_start_hooks.each do |hook|
          hook.call
        end
      end