123456789_123456789_123456789_123456789_123456789_

Class: RSpec::Core::Notifications::PendingExampleFixedNotification Deprecated

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
Inherits: RSpec::Core::Notifications::FailedExampleNotification
Defined in: rspec-core/lib/rspec/core/notifications.rb

Overview

Deprecated.

Class Method Summary

Instance Attribute Summary

FailedExampleNotification - Inherited

#example

The ‘FailedExampleNotification` extends ExampleNotification with things useful for examples that have failure info – typically a failed or pending spec.

ExampleNotification - Inherited

#example

The ‘ExampleNotification` represents notifications sent by the reporter which contain information about the current (or soon to be) example.

Instance Method Summary

FailedExampleNotification - Inherited

#colorized_formatted_backtrace

Returns the failures colorized formatted backtrace.

#colorized_message_lines

Returns the message generated for this failure colorized line by line.

#description, #exception,
#formatted_backtrace

Returns the failures formatted backtrace.

#fully_formatted, #fully_formatted_lines,
#message_lines

Returns the message generated for this failure line by line.

Constructor Details

This class inherits a constructor from RSpec::Core::Notifications::FailedExampleNotification