# File lib/test/unit/priority.rb, line 50
          def need_to_run?(test)
            priority = test[:priority] || Priority.default
            if have_priority?(priority)
              send(priority_check_method_name(priority), test)
            else
              true
            end
          end