123456789_123456789_123456789_123456789_123456789_

Exception: Minitest::Skip

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Assertion, Exception
Instance Chain:
self, Assertion, Exception
Inherits: Minitest::Assertion
Defined in: lib/minitest.rb

Overview

Assertion raised when skipping a run.

Constant Summary

Assertion - Inherited

RE

Instance Method Summary

Assertion - Inherited

#location

Where was this run before an assertion was raised?

#error, #result_code, #result_label

Instance Method Details

#result_label

This method is for internal use only.
[ GitHub ]

  
# File 'lib/minitest.rb', line 993

def result_label # :nodoc:
  "Skipped"
end