Class: RSpec::Core::Formatters::FailureListFormatter Private
Do not use. This class is for internal use only.
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
BaseFormatter
|
|
Instance Chain:
self,
BaseFormatter
|
|
Inherits: |
RSpec::Core::Formatters::BaseFormatter
|
Defined in: | rspec-core/lib/rspec/core/formatters/failure_list_formatter.rb |
Class Method Summary
BaseFormatter
- Inherited
Instance Attribute Summary
BaseFormatter
- Inherited
Instance Method Summary
-
#dump_profile(_profile)
Internal use only
Discard profile and messages.
- #example_failed(failure) Internal use only
- #message(_message) Internal use only
BaseFormatter
- Inherited
Constructor Details
This class inherits a constructor from RSpec::Core::Formatters::BaseFormatter
Instance Method Details
#dump_profile(_profile)
Discard profile and messages
These outputs are not really relevant in the context of this failure list formatter.
# File 'rspec-core/lib/rspec/core/formatters/failure_list_formatter.rb', line 18
def dump_profile(_profile); end
#example_failed(failure)
[ GitHub ]# File 'rspec-core/lib/rspec/core/formatters/failure_list_formatter.rb', line 10
def example_failed(failure) output.puts "#{failure.example.location}:#{failure.example.description}" end
#message(_message)
[ GitHub ]# File 'rspec-core/lib/rspec/core/formatters/failure_list_formatter.rb', line 19
def ( ); end