# File lib/minitest/unit.rb, line 714
    def skipped?
      defined?(@skip) and @skip
    end