Exception: Minitest::Skip

Inherits:
Assertion show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/minitest-5.17.0/lib/minitest.rb

Overview

Assertion raised when skipping a run.

Instance Method Summary collapse

Methods inherited from Assertion

#error, #location, #result_code

Methods inherited from Exception

#as_json

Instance Method Details

#result_labelObject

:nodoc:



925
926
927
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/minitest-5.17.0/lib/minitest.rb', line 925

def result_label # :nodoc:
  "Skipped"
end