Exception: Minitest::UnexpectedWarning

Inherits:
Assertion show all
Defined in:
lib/minitest.rb

Overview

Assertion raised on warning when running in -Werror mode.

Constant Summary

Constants inherited from Assertion

Assertion::RE

Instance Method Summary collapse

Methods inherited from Assertion

#error, #location, #result_code

Instance Method Details

#result_labelObject

:nodoc:



1099
1100
1101
# File 'lib/minitest.rb', line 1099

def result_label # :nodoc:
  "Warning"
end