Method: Minitest::AbstractReporter#record
- Defined in:
- lib/minitest.rb
permalink #record(result) ⇒ Object
Output and record the result of the test. Call result#result_code to get the result character string. Stores the result of the run if the run did not pass.
712 713 |
# File 'lib/minitest.rb', line 712 def record result end |