Method: Protest::Report#failures_and_errors

Defined in:
lib/protest/report.rb

#failures_and_errorsObject

Aggregated and ordered list of tests that either failed an assertion or raised an unrescued exception. Useful for displaying back to the user.



92
93
94
# File 'lib/protest/report.rb', line 92

def failures_and_errors
  @failures_and_errors ||= []
end