Method: Minitest::AbstractReporter#record

Defined in:
lib/minitest.rb

#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.

[View source]

712
713
# File 'lib/minitest.rb', line 712

def record result
end