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.
Instance Method Summary
- #result_label Internal use only
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 933
def result_label # :nodoc: "Skipped" end