skipped?()
Was this testcase skipped? Meant for #teardown.
# File lib/minitest/unit.rb, line 725 def skipped? defined?(@skip) and @skip end