Class: RSpec::Core::Notifications::PendingExampleFailedAsExpectedNotification Deprecated
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
FailedExampleNotification,
ExampleNotification,
Struct
|
|
|
Instance Chain:
self,
FailedExampleNotification,
ExampleNotification,
Struct
|
|
| Inherits: |
RSpec::Core::Notifications::FailedExampleNotification
|
| Defined in: | rspec-core/lib/rspec/core/notifications.rb |
Overview
Deprecated.
Use FailedExampleNotification instead.
Class Method Summary
Instance Attribute Summary
FailedExampleNotification - Inherited
| #example | The |
ExampleNotification - Inherited
| #example | The |
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